more fixes for phase 3

This commit is contained in:
Jay Lee
2026-07-04 05:57:12 -04:00
parent a5e22c1aea
commit a3f9cdc303
5 changed files with 10 additions and 151 deletions

View File

@@ -102,10 +102,6 @@ from util.errors import (
from util.fileio import readFile
from gam.var import Cmd, Ent
# Lazy accessor for Ent (runtime instance)
def _getEnt():
return sys.modules['gam'].Ent
# Lazy accessor for main module
# --- Constants duplicated from __init__.py ---