6 lines
193 B
Python
6 lines
193 B
Python
from bitmessagemain import main # import main method to run first for thread start
|
|
|
|
if __name__ == '__main__':
|
|
"""python main will call for bitmessage main to start threads."""
|
|
main()
|