7 lines
90 B
Python
7 lines
90 B
Python
import server
|
|
|
|
application = server.app
|
|
|
|
if __name__ == "__main__":
|
|
application.run()
|