5 lines
83 B
Python
5 lines
83 B
Python
|
from . import command_line
|
||
|
|
||
|
if __name__ == "__main__":
|
||
|
command_line.main()
|