mailu/admin/run.py

8 lines
112 B
Python

import os
if __name__ == "__main__":
os.environ["DEBUG"] = "True"
from mailu import app
app.run()