feat(src): Resolve imports and create sloppy.py entry point
This commit is contained in:
@@ -5,6 +5,7 @@ import os
|
||||
|
||||
# Ensure project root is in path
|
||||
sys.path.append(os.path.abspath(os.path.join(os.path.dirname(__file__), "..")))
|
||||
sys.path.append(os.path.abspath(os.path.join(os.path.dirname(__file__), "..", "src")))
|
||||
|
||||
from gui_2 import App
|
||||
|
||||
|
||||
Reference in New Issue
Block a user