def __init__()

in asfpy/db.py [0:0]


    def __init__(self, statement, conn):
        super().__init__(conn)
        self.statement = statement