1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-06-19 00:17:39 +02:00
Files
core
docs
optional
services
setup
flavors
static
templates
.env
Dockerfile
README.md
docker-compose.yml
main.py
requirements.txt
server.py
tests
webmails
.gitignore
.mergify.yml
.travis.yml
AUTHORS.md
CHANGELOG.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE.md
PULL_REQUEST_TEMPLATE.md
README.md
Mailu/setup/main.py

5 lines
55 B
Python
Raw Normal View History

2018-04-22 12:02:59 +02:00
from server import app, build_app
build_app("/data")