Files
Mofox-Core/src/plugins/willing/mode_custom.py
2025-04-12 16:46:11 +00:00

7 lines
149 B
Python

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