__main__.py (82B)
1 """Allow running as ``python -m wrds_dl``.""" 2 3 from wrds_dl.cli import cli 4 5 cli()