This repository has been archived on 2024-12-20. You can view files and clone it, but cannot push or open issues or pull requests.
PyBitmessage-2024-12-20/src/main.py
surbhi 73ce4b4c83
rebase conflict fix and Ui Enhancement with dynamic addressbook updation and sent screen updation
Ui Enhancement with dynamic addressbook updation and sent screen updation

Changes made for Sent Items refresh feature with auto add new message in kivy
2019-09-17 15:38:12 +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()