1
0
mirror of https://github.com/Mailu/Mailu.git synced 2024-12-12 10:45:38 +02:00
Mailu/admin/run.py
2016-03-20 15:37:48 +01:00

6 lines
83 B
Python

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