9e7090f
1
2
3
4
5
6
"""For using as 'python3 -m webscout'.""" from .cli import cli if __name__ == "__main__": cli(prog_name="webscout")