intake-sources/intake-echo/intake_echo/__main__.py

4 lines
51 B
Python
Raw Permalink Normal View History

2023-06-25 04:45:23 +00:00
import sys
from .core import main
sys.exit(main())