tg_bot/States.py

7 lines
86 B
Python
Raw Normal View History

2024-12-22 13:49:31 +03:00
class States:
@staticmethod
def get_states(data=None) -> dict:
pass