surbhi
73ce4b4c83
Ui Enhancement with dynamic addressbook updation and sent screen updation Changes made for Sent Items refresh feature with auto add new message in kivy
9 lines
198 B
Python
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()
|