fixed: cm_global importing error

This commit is contained in:
Dr.Lt.Data
2025-05-19 06:10:25 +09:00
parent ec9d52d482
commit 35464654c1
2 changed files with 2 additions and 2 deletions

View File

@@ -15,7 +15,7 @@ import re
import logging
import platform
import shlex
import cm_global
from . import cm_global
cache_lock = threading.Lock()