Files
mai-bot/src/plugins/willing/mode_custom.py
2025-04-09 12:32:47 +08:00

8 lines
150 B
Python

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