Rename package installer helper to package

This commit is contained in:
jxxghp
2026-06-23 13:45:55 +08:00
parent 0c53fb86fd
commit c1cefa3f40
9 changed files with 25 additions and 17 deletions

View File

@@ -8,7 +8,7 @@ from pathlib import Path
ROOT = Path(__file__).resolve().parents[2]
sys.path.insert(0, str(ROOT))
from app.helper.package_installer import PackageInstallRequest, build_package_install_strategies
from app.helper.package import PackageInstallRequest, build_package_install_strategies
def sample(name: str, request: PackageInstallRequest) -> None: