Logging#

Loguru is used for logging. To enable it, add this to your python program:

from loguru import logger
logger.enable("grap.core")