30caaf2780
This patch also makes the '-d' argument optional, with the base directory defaulting to the directory of the configuration file.
4 lines
73 B
Python
4 lines
73 B
Python
from .cli import main
|
|
from .plugin import Plugin
|
|
|
|
__version__ = '1.12.1'
|