7 lines
86 B
Python
7 lines
86 B
Python
|
|
|
|
class States:
|
|
|
|
@staticmethod
|
|
def get_states(data=None) -> dict:
|
|
pass |