6 lines
No EOL
127 B
Python
6 lines
No EOL
127 B
Python
from app import app, db
|
|
from models import User, Achievement
|
|
|
|
from login import *
|
|
from user import *
|
|
from achievements import * |