mirror of
http://git.xinwangdao.com/cnnc-embedded-parts-detect/detect-gui.git
synced 2025-06-24 13:14:11 +08:00
7 lines
107 B
Python
7 lines
107 B
Python
from core.logging import logger
|
|
|
|
|
|
class LoggingMixin:
|
|
def __init__(self):
|
|
self.logger = logger
|