1
0
forked from bot/app

📝 恢复pyproject.toml

This commit is contained in:
2024-07-21 16:06:50 +08:00
parent 263b78e995
commit 6ef3b09ec9
12 changed files with 124 additions and 79 deletions

View File

@ -0,0 +1,6 @@
class Session:
def __init__(self, session_type: str, session_id: int | str):
self.session_type = session_type
self.session_id = session_id