mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-11-06 17:51:36 +00:00
8 lines
136 B
Python
8 lines
136 B
Python
|
|
from roku.core import Roku
|
||
|
|
|
||
|
|
|
||
|
|
class Proxy(object):
|
||
|
|
|
||
|
|
def __init__(self, remote_host, remote_port=8060, local_port=8060):
|
||
|
|
pass
|