1
0
mirror of https://github.com/Mailu/Mailu.git synced 2024-12-14 10:53:30 +02:00
This commit is contained in:
Alexander Graf 2021-11-02 16:21:31 +01:00
parent 23d0cd0466
commit 771b2d1112

View File

@ -3,6 +3,8 @@
import sys
import tabulate
sys.path[0:0] = ['/app']
import mailu
app = mailu.create_app()