tornado-yandex-money/DataBase/DAO/Base.py

9 lines
156 B
Python
Raw Normal View History

2017-04-14 22:34:54 +03:00
# -*- encoding: utf-8 -*-
'''
Created on Apr 14, 2017
@author: bvn13
'''
from sqlalchemy.ext.declarative import declarative_base
Base = declarative_base()