mirror of
https://github.com/markqvist/NomadNet.git
synced 2025-05-04 07:05:17 -04:00
Initial commit
This commit is contained in:
commit
3ab47d4cc5
5 changed files with 76 additions and 0 deletions
7
nomadnet/nomadnet.py
Normal file
7
nomadnet/nomadnet.py
Normal file
|
@ -0,0 +1,7 @@
|
|||
#!/usr/bin/env python3
|
||||
|
||||
def main():
|
||||
pass
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
Loading…
Add table
Add a link
Reference in a new issue