1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-03-05 14:55:20 +02:00
Mailu/admin/run.py

6 lines
79 B
Python
Raw Normal View History

2016-10-02 09:19:34 +02:00
from freeposte import app
if __name__ == "__main__":
app.run(debug=True)