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

6 lines
110 B
Python
Raw Normal View History

"""This module is for thread start."""
from bitmessagemain import main
if __name__ == '__main__':
main()