|
|
@ -1,7 +1,5 @@ |
|
|
|
# -*- coding: utf-8 -*- |
|
|
|
# -*- coding: utf-8 -*- |
|
|
|
"""Database module, including the SQLAlchemy database object and DB-related utilities.""" |
|
|
|
"""Database module, including the SQLAlchemy database object and DB-related utilities.""" |
|
|
|
from sqlalchemy.orm import relationship |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
from .compat import basestring |
|
|
|
from .compat import basestring |
|
|
|
from .extensions import db |
|
|
|
from .extensions import db |
|
|
|
|
|
|
|
|
|
|
|