8 lines
119 B
Python
8 lines
119 B
Python
# -*- encoding: utf-8 -*-
|
|
"""
|
|
License: MIT
|
|
Copyright (c) 2019 - present AppSeed.us
|
|
"""
|
|
|
|
from app import app, db
|