mirror of
https://github.com/LBRYFoundation/lbry-sdk.git
synced 2025-08-27 15:31:29 +00:00
4 lines
103 B
Python
4 lines
103 B
Python
from lbrynet.lbrynet_daemon import DaemonControl
|
|
|
|
if __name__ == '__main__':
|
|
DaemonControl.start()
|