mirror of
https://github.com/Mailu/Mailu.git
synced 2025-03-03 14:52:36 +02:00
6 lines
79 B
Python
6 lines
79 B
Python
from freeposte import app
|
|
|
|
|
|
if __name__ == "__main__":
|
|
app.run(debug=True)
|