mirror of
https://github.com/outbackdingo/Mailu.git
synced 2026-01-28 02:19:34 +00:00
6 lines
79 B
Python
6 lines
79 B
Python
from freeposte import app
|
|
|
|
|
|
if __name__ == '__main__':
|
|
app.run(debug=True)
|