4 lines
78 B
Python
4 lines
78 B
Python
if __name__ == '__main__':
|
|
from .cli import main
|
|
main(as_module=True)
|