4 lines
57 B
Python
4 lines
57 B
Python
class PluginBase():
|
|
def __init__(self):
|
|
pass
|
class PluginBase():
|
|
def __init__(self):
|
|
pass
|