Initial commit: core-api service extraction from portainer-core
Build and Push / build (release) Successful in 43s

This commit is contained in:
2025-12-11 15:52:59 +01:00
commit 488a4e8a91
49 changed files with 9478 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
"""
Core Code API - OpenAPI-compatible functions for Open WebUI
"""
__version__ = "1.0.0"
__author__ = "Core Code Team"