Terarea
2
The automation project
Loading...
Searching...
No Matches
__init__.py
Go to the documentation of this file.
1
"""
2
The file in charge of referencing the python files for the server
3
This also contains the files in charge of animating a character
4
"""
5
6
if
__name__ !=
"__main__"
:
7
from
.lib
import
HCI, HttpCodes, Server, CONST
8
else
:
9
print(
"Please run python3 ./src"
)
app
back
server
src
__init__.py
Generated on Sat Feb 22 2025 14:36:42 for Terarea by
1.12.0