jalan-api / src /__init__.py
sairusses's picture
add
b400ace
raw
history blame contribute delete
229 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...")