abstractcore 2.4.4__py3-none-any.whl → 2.4.5__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,9 @@
1
+ """
2
+ AbstractCore CLI Module
3
+
4
+ Provides command-line interface for AbstractCore configuration and tools.
5
+ """
6
+
7
+ from .vision_config import handle_vision_commands, add_vision_arguments
8
+
9
+ __all__ = ['handle_vision_commands', 'add_vision_arguments']