this should fix importing?

This commit is contained in:
samfreund
2025-05-09 13:06:42 -05:00
parent 05fcf876cd
commit 6fbb41fb76

View File

@@ -1,3 +1,9 @@
import os
import sys
# This adds the 'py/' directory to the Python path
sys.path.insert(0, os.path.abspath(os.path.join(os.path.dirname(__file__), '..', '..')))
# Configuration file for the Sphinx documentation builder.
#
# For the full list of built-in configuration values, see the documentation: