5 lines
92 B
Python
5 lines
92 B
Python
from Application.app import main
|
|
import sys
|
|
|
|
if __name__ == "__main__":
|
|
sys.exit(main()) |