pybatmesh/naxalnet/__main__.py
Pranav Jerry c2fba89816
Made python package!
Finally, the python package is ready to use!
2021-07-21 15:36:11 +05:30

7 lines
119 B
Python

#!/usr/bin/env python3
from naxalnet.scripts import here_be_dragons
if __name__ == "__main__":
here_be_dragons()