strpc/bin/strpcd

13 lines
254 B
Python
Executable File

#!/usr/bin/env python3
#234567891123456789212345678931234567894123456789512345678961234567897123456789
# encoding: utf-8
from strpc import STRpcRunnerService
def main():
s = STRpcRunnerService()
s.start()
if __name__ == "__main__":
main()