info-tech-canon/src/info_tech_canon/__main__.py

4 lines
48 B
Python
Raw Normal View History

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