update readme

This commit is contained in:
bridge
2025-09-02 01:15:46 +08:00
parent cb30c51e8a
commit 15904b5641
5 changed files with 58 additions and 17 deletions

5
src/classes/typings.py Normal file
View File

@@ -0,0 +1,5 @@
from src.classes.action import Action
ACTION_NAME = str
ACTION_PARAMS = dict
ACTION_PAIR = tuple[Action, ACTION_PARAMS]