update code

This commit is contained in:
2025-08-15 15:56:40 +08:00
parent 4a426c207d
commit 8e0d68bc21
1957 changed files with 1013539 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
try:
__import__('pkg_resources').declare_namespace(__name__)
except ImportError:
__path__ = __import__('pkgutil').extend_path(__path__, __name__)