Terarea
2
The automation project
Loading...
Searching...
No Matches
__main__.py
Go to the documentation of this file.
1
"""
2
The file in charge of allowing the files in this folder to be run as is, without any issues
3
"""
4
5
import
sys
6
try
:
7
from
.server_main
import
Main, CONST
8
except
ImportError:
9
from
server_main
import
Main, CONST
10
11
MI =
Main
(
12
success=CONST.SUCCESS,
13
error=CONST.ERROR
14
)
15
sys.exit(MI.main())
src.server_main.Main
Definition
server_main.py:14
app
back
server
src
__main__.py
Generated on Sat Feb 22 2025 14:36:42 for Terarea by
1.12.0