| # 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...") | |
| # 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...") | |