Core outline

This commit is contained in:
Piotr Dec 2025-10-09 20:38:37 +02:00
parent eeada83132
commit 2d3699ad00
Signed by: stawros
GPG key ID: 74B18A3F0F1E99C0
7 changed files with 47 additions and 0 deletions

View file

@ -0,0 +1,5 @@
from .containers import DockerService
from .passwords import Passwords
from .vcs import GitService
__all__ = ["GitService", "Passwords", "DockerService"]