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