micropython-lib/logging/logging.py

6 wiersze
184 B
Python

# Dummy file to preclude import errors
# Should be reimplemented for MicroPython
# Reason:
# Basic, useful module, by CPython impl depends on module "string" which
# uses metaclasses.