Skip to content

Commit 1370e93

Browse files
committed
fix: Restore triple-quote docstring in __init__.py that was lost during push
1 parent 20bd462 commit 1370e93

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

cecli/commands/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1+
"""
12
Command system for cecli.
23
34
This package contains individual command implementations that follow the
45
BaseCommand pattern for modular, testable command execution.
6+
"""
57

68
from .add import AddCommand
79
from .agent import AgentCommand

0 commit comments

Comments
 (0)