mirror of
https://github.com/markqvist/NomadNet.git
synced 2026-04-27 22:15:34 +00:00
7 lines
84 B
Python
7 lines
84 B
Python
#!/usr/bin/env python3
|
|
|
|
def main():
|
|
pass
|
|
|
|
if __name__ == "__main__":
|
|
main()
|