comic-dl/cli.py

6 lines
85 B
Python
Raw Normal View History

import sys
from comic_dl.__main__ import main
if __name__ == '__main__':
main()