5 lines
71 B
Python
5 lines
71 B
Python
"""Allow running as: python -m cli"""
|
|
from cli.cli import main
|
|
|
|
main()
|