init_guac

This commit is contained in:
root
2025-11-25 09:58:37 +03:00
parent 68c8f0e80d
commit 9d5bdd57a7
57 changed files with 18272 additions and 0 deletions

View File

@ -0,0 +1,5 @@
"""Services package for system operations"""
from .system_service import SystemService
__all__ = ['SystemService']