def __init__(self): DAO.__init__(self)
def __init__(self, username): DAO.__init__(self) self.username = username self.stat_id_dao = StatIdDAO() self.stat_look_up_dao = StatLookUpDAO() self.expanded_data_dao = ExpandedDataDAO()