6 lines
91 B
Python
6 lines
91 B
Python
|
|
def main():
|
||
|
|
print("NetMapper worker bootstrap")
|
||
|
|
|
||
|
|
if __name__ == "__main__":
|
||
|
|
main()
|