Fix typos.

This commit is contained in:
Frédéric Tronel
2026-08-28 16:23:35 +02:00
parent 97ef0e972c
commit e6814f483a
4 changed files with 4 additions and 3 deletions
-1
View File
@@ -1 +0,0 @@
__pycache__
+1 -1
View File
@@ -4,7 +4,7 @@
"""Entry point for ``python -m tscut``."""
from tscut.cli import main
from .cli import main
if __name__ == "__main__":
raise SystemExit(main())