mirror of
https://github.com/Mailu/Mailu.git
synced 2025-02-05 13:05:02 +02:00
6 lines
73 B
Python
6 lines
73 B
Python
from freeposte import app, db
|
|
|
|
|
|
if __name__ == '__main__':
|
|
app.run()
|