mirror of
http://git.xinwangdao.com/cnnc-embedded-parts-detect/detect-gui.git
synced 2025-06-24 21:14:12 +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
|