mirror of
https://git.disroot.org/pranav/pybatmesh.git
synced 2024-12-03 12:11:01 +05:30
7 lines
119 B
Python
7 lines
119 B
Python
|
#!/usr/bin/env python3
|
||
|
|
||
|
from naxalnet.scripts import here_be_dragons
|
||
|
|
||
|
if __name__ == "__main__":
|
||
|
here_be_dragons()
|