Implement Compound CRUD (#22)

Co-authored-by: Tim Lorsbach <tim@lorsba.ch>
Reviewed-on: enviPath/enviPy#22
This commit is contained in:
2025-07-03 07:17:04 +12:00
parent 4e58a1fad7
commit 9323a9f7d7
9 changed files with 472 additions and 40 deletions

View File

@ -36,7 +36,8 @@ def ensure_plugins_installed():
if not is_installed(package_name):
install_wheel(wheel_path)
else:
print(f"Plugin already installed: {package_name}")
# print(f"Plugin already installed: {package_name}")
pass
def discover_plugins(_cls: Type = None) -> Dict[str, Type]: