PyBitmessage/src/main.py

5 lines
71 B
Python
Raw Normal View History

from bitmessagemain import main
if __name__ == '__main__':
main()