"""Cannon Chain project.""" import sys from pathlib import Path # Allow importing slop_cannon modules from the project root sys.path.insert(0, str(Path(__file__).parents[2]))