This commit is contained in:
Administrator
2023-10-09 23:55:43 +03:00
parent 6bb4e9ac44
commit 4cb525ac11
2 changed files with 10 additions and 6 deletions

View File

@@ -1,4 +1,8 @@
import logging
class BaseEntity:
logger = logging.getLogger(__name__)
def get_user(self):
raise NotImplementedError