You've already forked Mailu
mirror of
https://github.com/Mailu/Mailu.git
synced 2025-11-23 22:04:47 +02:00
6 lines
83 B
Python
6 lines
83 B
Python
from freeposte import app, db
|
|
|
|
|
|
if __name__ == '__main__':
|
|
app.run(debug=True)
|