RENAME clip.py to cli.py & RENAME video.py to core.py to better reflect purpose

In addition, added basic mark command
This commit is contained in:
2025-12-18 20:09:54 +00:00
parent f7b8910bd8
commit 3c870c7a69
4 changed files with 42 additions and 4 deletions

View File

@@ -11,7 +11,7 @@ dependencies = [
]
[project.scripts]
rewind = "rewind.clip:main"
rewind = "rewind.cli:main"
rewind-daemon = "rewind.daemon:main"
[tool.setuptools.package-data]