This repository has been archived on 2025-02-28. You can view files and clone it, but cannot push or open issues or pull requests.

6 lines
193 B
Python
Raw Normal View History

2018-07-03 15:36:20 +05:30
from bitmessagemain import main # import main method to run first for thread start
if __name__ == '__main__':
2018-07-03 15:36:20 +05:30
"""python main will call for bitmessage main to start threads."""
main()