7 lines
94 B
Python
7 lines
94 B
Python
from PySide6.QtCore import QObject
|
|
|
|
|
|
class PluginBase():
|
|
def __init__(self):
|
|
pass
|