6 lines
66 B
Python
6 lines
66 B
Python
from app.server import run
|
|
|
|
|
|
if __name__ == "__main__":
|
|
run()
|