uptime-status/app.py

7 lines
105 B
Python
Raw Normal View History

2021-05-15 14:31:07 +02:00
#!/usr/bin/env python3
from uptimestatus import app
if __name__ == "__main__":
app.run(debug=True)