timething
timething copied to clipboard
Calling align_long() from Python code
Is there a way to call timething from Python? I tried this:
from timething.cli import align_long
But it gives me an error:
ImportError: cannot import name 'align_long' from 'timething.cli' (/Users/sbradshaw/Desktop/Projects/Git-Miscellaneous/transcribe-align/.venv/lib/python3.12/site-packages/timething/cli.py)
I have a Python project that I'm hoping to use timething for. It would be very convenient if I could call it directly.