5 lines
69 B
Python
5 lines
69 B
Python
from home.entry import app
|
|
|
|
if __name__ == '__main__':
|
|
app.run()
|