File size: 229 Bytes
b400ace
 
 
 
 
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...")