4 lines
60 B
Python
4 lines
60 B
Python
from . import app
|
|
|
|
if __name__ == '__main__':
|
|
app.run()
|