Files
pip-install-traps/traps/__main__.py
2022-06-18 04:39:59 +03:00

5 lines
59 B
Python

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