Files
pip-install-traps/traps/__main__.py
2022-06-18 05:56:58 +03:00

5 lines
61 B
Python

from .cli import main
if __name__ == "__main__":
main()