PyBitmessage-2021-04-27/src/main.py

6 lines
193 B
Python
Raw Normal View History

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