You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
"""
|
|
implementing a plugin loader i.e can load a function from a file given parameters
|
|
"""
|
|
from . import cli
|
|
from .loader import Loader
|
|
from .registry import Registry
|
|
#from plugins import cli
|
|
#from plugins.loader import Loader
|
|
#from plugins.registry import Registry
|