frc_timecards/main.py

6 lines
88 B
Python
Raw Normal View History

2024-10-03 22:05:46 -04:00
from app import app
if __name__ == '__main__':
app.run(host='0.0.0.0', port=5000)