This repository has been archived on 2024-12-19. You can view files and clone it, but cannot push or open issues or pull requests.
PyBitmessage-2024-12-19/src/main.py
2020-02-19 15:38:27 +05:30

9 lines
198 B
Python

"""This module is for thread start."""
import state
if __name__ == '__main__':
state.kivy = True
print("Kivy Loading for PyBitmessage......")
from bitmessagemain import main
main()