README.md
setup.py
commands/__init__.py
commands/config_command.py
commands/drive_command.py
commands/stats_command.py
commands/storage_command.py
config/__init__.py
config/app_config.py
db/__init__.py
db/meta_db.py
db/stats_db.py
operations/__init__.py
operations/folder_operations.py
operations/storage_operations.py
storage_manager.egg-info/PKG-INFO
storage_manager.egg-info/SOURCES.txt
storage_manager.egg-info/dependency_links.txt
storage_manager.egg-info/entry_points.txt
storage_manager.egg-info/requires.txt
storage_manager.egg-info/top_level.txt
tests/__init__.py
tests/test_app_config.py
tests/test_config_command.py
tests/test_drive_command.py
tests/test_e2e.py
tests/test_folder_operations.py
tests/test_meta_db.py
tests/test_stats_command.py
tests/test_stats_db.py
tests/test_storage_command.py