Files
Mailu/admin/run.py
2016-03-20 11:43:05 +01:00

6 lines
73 B
Python

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