mirror of
https://github.com/optim-enterprises-bv/Mailu.git
synced 2025-10-30 01:32:23 +00:00
6 lines
75 B
Python
6 lines
75 B
Python
from mailu import app
|
|
|
|
|
|
if __name__ == "__main__":
|
|
app.run(debug=True)
|