from fansifter_common.adapters.db.base import Database class ReportingDB(Database): """Represents the reporting database.""" alias = "reporting"