Files
pylibibuddy/implementation/remote.py

5 lines
96 B
Python

from . import ibuddy
class remote(ibuddy):
def test(self):
print('test remote')