1
0
mirror of https://github.com/Mailu/Mailu.git synced 2024-12-14 10:53:30 +02:00
Mailu/core/admin/run.py

8 lines
112 B
Python
Raw Normal View History

import os
2016-10-02 09:19:34 +02:00
if __name__ == "__main__":
os.environ["DEBUG"] = "True"
from mailu import app
app.run()