platform/BaseLib/BaseEntity.py
Administrator 9e7fc7b4c1 initial
2023-09-23 16:13:11 +03:00

5 lines
77 B
Python

class BaseEntity:
def get_user(self):
raise NotImplementedError