| """ | |
| Git Namespace | |
| Part of SOVEREIGN PYTHON LLM ENGINE | |
| Git operations tools. | |
| """ | |
| from .operations import GitOperations | |
| __all__ = [ | |
| "GitOperations", | |
| ] | |
| """ | |
| Git Namespace | |
| Part of SOVEREIGN PYTHON LLM ENGINE | |
| Git operations tools. | |
| """ | |
| from .operations import GitOperations | |
| __all__ = [ | |
| "GitOperations", | |
| ] | |