4 lines
73 B
Python
4 lines
73 B
Python
from .cli import main
|
|
from .plugin import Plugin
|
|
|
|
__version__ = '1.17.0'
|