td-toolkit / hugging /td_fuse /__main__.py
td-builder's picture
Upload 55 files
9a9bead verified
Raw
History Blame Contribute Delete
89 Bytes
"""Allow running td_fuse as a module: python -m td_fuse"""
from .run import main
main()