1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-11-23 22:04:47 +02:00
Files
Mailu/admin/run.py

6 lines
83 B
Python
Raw Normal View History

from freeposte import app, db
2016-02-20 13:57:26 +01:00
if __name__ == '__main__':
2016-03-20 15:37:48 +01:00
app.run(debug=True)