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

        self.auth_db = auth_db.AuthDB()
Exemplo n.º 2
0
    def __init__(self, service_name):

        self.auth_db = auth_db.AuthDB(service_name)