Lerking
|
ea45973df2
|
Add test_plugin/example_plugin.py
|
2024-12-06 18:30:03 +01:00 |
|
Lerking
|
12fb4e3005
|
Update xtendr/import os import importlib.util from abc import ABC, abstractmethod # Define the interface that all plugins must implement class PluginInterface(ABC): @abstractmethod def execute(self, *args, **kwargs): """ Execute the plugcore.py
|
2024-12-06 18:27:11 +01:00 |
|
Jan Lerking
|
9a41df6c57
|
Initial checkin #1 #2 #3. /JL
|
2024-11-15 11:42:29 +01:00 |
|
Lerking
|
4b3d48af08
|
Initial commit
|
2024-11-15 10:52:37 +01:00 |
|