ocr-omr-backend / OMRChecker /src /__init__.py
AswinMathew's picture
Deploy OCR/OMR backend to HF Spaces
b8548e4 verified
raw
history blame
234 Bytes
# 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...")