pkgcrap/pkgcrap/__main__.py
Ryan Fox 81b9413a2a
Remove shebangs
I'm not running these as standalone scripts or anything.
2022-08-05 14:06:10 -07:00

4 lines
71 B
Python

if __name__ == "__main__":
from pkgcrap.cli import main
main()