sistema_web/app.py

7 lines
100 B
Python
Raw Normal View History

2023-02-27 16:21:22 -03:00
from webinterface import create_app
iapp = create_app()
if __name__ == '__main__':
iapp.run()