6 lines
68 B
Python
6 lines
68 B
Python
|
from .app import main
|
||
|
|
||
|
|
||
|
if __name__ == "__main__":
|
||
|
exit(main())
|