This repository has been archived on 2023-07-16. You can view files and clone it, but cannot push or open issues or pull requests.
hackaday.io-spambot-hunter/hadsh/__main__.py

5 lines
64 B
Python

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