3 lines
107 B
Python
3 lines
107 B
Python
|
from sqlalchemy.ext.declarative import declarative_base
|
||
|
Base = declarative_base() # pylint: disable=C0103
|