5 lines
65 B
Python
Executable file
5 lines
65 B
Python
Executable file
if __name__ == "__main__":
|
|
from .cli import main
|
|
|
|
main()
|