strpc/bin/strpcd

13 lines
254 B
Plaintext
Raw Normal View History

2019-08-06 18:36:35 +00:00
#!/usr/bin/env python3
#234567891123456789212345678931234567894123456789512345678961234567897123456789
# encoding: utf-8
from strpc import STRpcRunnerService
def main():
s = STRpcRunnerService()
s.start()
if __name__ == "__main__":
main()