Add NETfishing discovery service

This commit is contained in:
Alexander Sellite 2026-08-10 10:19:57 -04:00
commit b5b3cc0211
13 changed files with 1013 additions and 0 deletions

View file

@ -0,0 +1,5 @@
from .server import main
if __name__ == "__main__":
main()