mirror of
https://github.com/Eyre-S/Coeur-Morny-Cono-python.git
synced 2024-09-27 18:56:20 +08:00
8 lines
107 B
Python
8 lines
107 B
Python
|
from morny import server_main
|
||
|
|
||
|
def main() -> None:
|
||
|
server_main.main()
|
||
|
|
||
|
if __name__ == "__main__":
|
||
|
main()
|