mirror of
https://github.com/LBRYFoundation/lbry-desktop.git
synced 2025-08-26 23:13:29 +00:00
5 lines
104 B
Python
5 lines
104 B
Python
from lbrynet.lbrynet_daemon import DaemonControl
|
|
|
|
|
|
if __name__ == '__main__':
|
|
DaemonControl.start()
|