1
0
forked from bot/app
Files
LiteyukiBot/src/plugins/packmanv2/npm/data_source.py
2024-07-21 16:06:50 +08:00

7 lines
161 B
Python

class Session:
def __init__(self, session_type: str, session_id: int | str):
self.session_type = session_type
self.session_id = session_id