File size: 100 Bytes
5d61448
 
 
 
1
2
3
4
5
"""Allow running td_lang engine directly: python -m td_lang.engine"""
from .run import main

main()