wrds-download

TUI/CLI tool for browsing and downloading WRDS data
Log | Files | Refs | README

__main__.py (82B)


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