🐱初步实现

This commit is contained in:
2024-10-22 01:33:53 +08:00
parent 70e0665e95
commit d2261651fb
4 changed files with 111 additions and 3 deletions

View File

@ -1,4 +1,4 @@
from .util import *
from util import *
class MarshoContext:
"""
@ -44,4 +44,4 @@ class MarshoContext:
target_dict = self._get_target_dict(is_private)
if target_id not in target_dict:
target_dict[target_id] = []
return [spell] + target_dict[target_id]
return [spell] + target_dict[target_id]