4 lines
No EOL
88 B
Python
4 lines
No EOL
88 B
Python
from app.main_server import Server
|
|
|
|
if __name__ == "__main__":
|
|
obj_server = Server() |