another fix for version

This commit is contained in:
Jay Lee
2026-07-03 08:51:09 -04:00
parent 5ad28c053b
commit 0a2e9d2e46
3 changed files with 8 additions and 4 deletions

View File

@@ -17,7 +17,8 @@ import google.auth.exceptions
from gamlib import glapi as API
from gamlib import glcfg as GC
from gamlib import glentity as Ent
from gamlib import glentity
Ent = glentity.GamEntity()
from gamlib import glgapi as GAPI
from gamlib import glglobals as GM
from gamlib import glmsgs as Msg