feat: add member gpg keys

This commit is contained in:
Alexandre Teles
2024-01-16 15:31:07 -03:00
parent 60301fc30b
commit 80cdb3be6a
6 changed files with 38 additions and 13 deletions

View File

@@ -5,7 +5,7 @@ import pkgutil
from api.utils.versioning import get_version
# Dynamically import all modules in the 'api' package, excluding subdirectories
versioned_blueprints = {}
versioned_blueprints: dict[str, list] = {}
for finder, module_name, ispkg in pkgutil.iter_modules(["api"]):
if not ispkg:
# Import the module