fix missing uuid imports

This commit is contained in:
Jay Lee
2026-07-03 09:19:20 -04:00
parent 0776e23cb4
commit bc62fd04b6
6 changed files with 6 additions and 0 deletions

View File

@@ -3,6 +3,7 @@
import re
import json
import sys
import uuid
from gamlib import glaction
from gamlib import glapi as API