mirror of
https://github.com/Mailu/Mailu.git
synced 2025-03-03 14:52:36 +02:00
8 lines
112 B
Python
8 lines
112 B
Python
import os
|
|
|
|
|
|
if __name__ == "__main__":
|
|
os.environ["DEBUG"] = "true"
|
|
from mailu import app
|
|
app.run()
|