- Add core VLM modules (scanner, parser, planner, executor, analysis) - Add CLI with quarantine, reports, rollback, and state management - Add comprehensive test suite - Add project configuration and documentation - Add .gitignore for Python project
4 lines
118 B
Python
4 lines
118 B
Python
"""Video Library Manager - A Python-based CLI tool for managing personal video collections."""
|
|
|
|
__version__ = "0.1.0"
|