Files
mailu/admin/run.py
2016-10-02 09:19:34 +02:00

6 lines
79 B
Python

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