I\'m using SQLAlchemy to map a class:
class Model(sqlalchemy.declarative_base()): attr_a = Column(String) attr_b = Column(Integer) attr_c = Column