This website requires JavaScript.
Explore
Help
Register
Sign In
Lerking
/
XtendR
Watch
1
Star
0
Fork
0
You've already forked XtendR
Code
Issues
Pull Requests
Packages
Projects
Releases
4
Wiki
Activity
3
Commits
1
Branch
21
Tags
12fb4e30052918abbafbcecd8527283b9291ac9a
Commit Graph
3 Commits
This Branch
This Branch
All Branches
Author
SHA1
Message
Date
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