from .willing_manager import BaseWillingManager class CustomWillingManager(BaseWillingManager): def __init__(self): super().__init__()