This repository has been archived on 2024-12-03. You can view files and clone it, but cannot push or open issues or pull requests.
PyBitmessage-2024-12-03/src/main.py

6 lines
123 B
Python
Raw Normal View History

from bitmessagemain import main
# import main method to run first for thread start.
if __name__ == '__main__':
main()