tdtp_parada_v2/tpmc_qr.py

7 lines
129 B
Python
Raw Normal View History

2025-02-03 02:36:54 -03:00
from tpmcqr_service import create_app
iapp = create_app()
if __name__ == '__main__':
iapp.run(debug=True, host= '0.0.0.0')