1
0
mirror of https://github.com/Eyre-S/Coeur-Morny-Cono-python.git synced 2024-09-27 18:56:20 +08:00
Coeur-Morny-Cono-python/__main__.py

8 lines
107 B
Python
Raw Normal View History

2023-05-06 20:18:01 +08:00
from morny import server_main
def main() -> None:
server_main.main()
if __name__ == "__main__":
main()