#!/bin/env python # -*- coding: utf-8 -*- __author__ = 'eduardo' from sqlalchemy.ext.declarative import declarative_base Base = declarative_base()