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