Exemplo n.º 1
0
    def __init__(self):

        conn = Conn()
        self.engine = conn.conn()
Exemplo n.º 2
0
 def __init__(self):
     self.user = User()
     conn = Conn()
     self.engine = conn.conn()