4 lines
46 B
Python
4 lines
46 B
Python
|
class UserPlugin:
|
||
|
|
||
|
def __init__(self):
|
||
|
pass
|