This website requires JavaScript.
Explore
Help
Register
Sign In
Lerking
/
XtendR
Watch
1
Star
0
Fork
0
You've already forked XtendR
mirror of
https://gitea.com/Lerking/XtendR.git
synced
2026-01-08 01:30:10 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
12fb4e30052918abbafbcecd8527283b9291ac9a
XtendR
/
xtendr
History
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
..
__init__.py
Initial checkin
#1
#2
#3
. /JL
2024-11-15 11:42:29 +01:00
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
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
registry.py
Initial checkin
#1
#2
#3
. /JL
2024-11-15 11:42:29 +01:00
xtendr.py
Initial checkin
#1
#2
#3
. /JL
2024-11-15 11:42:29 +01:00