4 lines
95 B
Python
4 lines
95 B
Python
from lbrynet.daemon import DaemonControl
|
|
|
|
if __name__ == '__main__':
|
|
DaemonControl.start()
|