5 lines
124 B
Python
5 lines
124 B
Python
from db_edit import app # Импортируйте ваше приложение
|
|
|
|
if __name__ == "__main__":
|
|
app.run()
|