This commit is contained in:
2024-12-22 13:49:31 +03:00
parent ae115cfbcb
commit ce6ab8586b
3 changed files with 26 additions and 0 deletions

7
States.py Normal file
View File

@@ -0,0 +1,7 @@
class States:
@staticmethod
def get_states(data=None) -> dict:
pass