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