CiteGeist/src/citegeist/__main__.py

5 lines
49 B
Python

from .cli import main
raise SystemExit(main())