timething icon indicating copy to clipboard operation
timething copied to clipboard

Calling align_long() from Python code

Open samuelbradshaw opened this issue 6 months ago • 0 comments

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.

samuelbradshaw avatar Jul 12 '25 21:07 samuelbradshaw