Files
Mailu/admin/run.py
2016-10-29 13:42:39 +02:00

6 lines
75 B
Python

from mailu import app
if __name__ == "__main__":
app.run(debug=True)