from app import app, db
from models import User, Achievement
from login import *
from user import *
from achievements import *