Spaces:
Sleeping
Sleeping
File size: 234 Bytes
b8548e4 | 1 2 3 4 5 6 | # https://docs.python.org/3/tutorial/modules.html#:~:text=The%20__init__.py,on%20the%20module%20search%20path.
from src.logger import logger
# It takes a few seconds for the imports
logger.info(f"Loading OMRChecker modules...")
|