1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-01-14 02:34:22 +02:00
Mailu/admin/run.py
2016-02-21 16:47:30 +01:00

6 lines
83 B
Python

from freeposte import app, db
if __name__ == '__main__':
app.run(debug=True)