fix: 将app设为包

This commit is contained in:
DLmaster361
2025-08-07 14:32:39 +08:00
parent 8cbd542a75
commit 7941f5cafd
14 changed files with 57 additions and 26 deletions

View File

@@ -28,7 +28,7 @@ from pathlib import Path
from typing import List, Any, Dict, Union
from utils import dpapi_encrypt, dpapi_decrypt
from app.utils import dpapi_encrypt, dpapi_decrypt
class ConfigValidator: