carga_gtfs/app.py

7 lines
100 B
Python
Raw Normal View History

2023-03-01 14:18:49 -03:00
from webinterface import create_app
iapp = create_app()
if __name__ == '__main__':
iapp.run()