summaryrefslogtreecommitdiff
path: root/src/pyssg/__main__.py
blob: 52138897f8e5debcaad060d07e4bd094617529eb (plain)
1
2
3
4
5
6
7
from .pyssg import main


# since this is not used as a package, rather it's used as a command line tool,
#   this is never called because pyssg:main is called directly when running pyssg
if __name__ == '__main__':
    main()