Skip to content

Commit

Permalink
Removed more references to OCM.
Browse files Browse the repository at this point in the history
  • Loading branch information
Yiannis128 committed Jan 31, 2024
1 parent b2cc5cc commit 4c9e511
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 677 deletions.
9 changes: 8 additions & 1 deletion esbmc_ai_lib/commands/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,12 @@
from .exit_command import ExitCommand
from .fix_code_command import FixCodeCommand
from .help_command import HelpCommand
from .optimize_code_command import OptimizeCodeCommand
from .verify_code_command import VerifyCodeCommand

__all__ = [
"ChatCommand",
"ExitCommand",
"FixCodeCommand",
"HelpCommand",
"VerifyCodeCommand",
]
Loading

0 comments on commit 4c9e511

Please sign in to comment.