haldis/app/james.py
Feliciaan De Palmenaer 16b630854a maybe fixes it
2015-04-02 12:56:15 +02:00

13 lines
225 B
Python

from views import *
from app import app, db
from admin import admin
from login import login_manager
from models import *
from forms import *
from utils import *
from views import *
if __name__ == '__main__':
app.run()