from fansifter_common.adapters.db.base import Database class DB(Database): """Represents the main database.""" alias = "main" class PgDB(Database): """Represents the postgres database.""" alias = "pg"