File size: 89 Bytes
5d61448
 
 
 
1
2
3
4
5
"""Allow running td_fuse as a module: python -m td_fuse"""
from .run import main

main()