netfishing-discovery-server/netfishing_discovery/__main__.py

5 lines
65 B
Python

from .server import main
if __name__ == "__main__":
main()