5 lines
75 B
Python
5 lines
75 B
Python
from .cli import main # noqa: F401
|
|
|
|
if __name__ == "__main__":
|
|
main()
|