intake-sources/intake-hackernews/intake_hackernews/__main__.py

4 lines
51 B
Python

import sys
from .core import main
sys.exit(main())