warning
This commit is contained in:
@@ -1,4 +1,8 @@
|
||||
import logging
|
||||
|
||||
|
||||
class BaseEntity:
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
def get_user(self):
|
||||
raise NotImplementedError
|
||||
|
||||
|
Reference in New Issue
Block a user