5 lines
96 B
Python
5 lines
96 B
Python
from . import ibuddy
|
|
|
|
class remote(ibuddy):
|
|
def test(self):
|
|
print('test remote') |