mirror of
https://github.com/soxoj/maigret.git
synced 2026-05-07 06:24:35 +00:00
Merge pull request #207 from soxoj/cli-export
Added export of cli entrypoint
This commit is contained in:
@@ -8,5 +8,6 @@ __author_email__ = 'soxoj@protonmail.com'
|
|||||||
|
|
||||||
from .__version__ import __version__
|
from .__version__ import __version__
|
||||||
from .checking import maigret as search
|
from .checking import maigret as search
|
||||||
|
from .maigret import main as cli
|
||||||
from .sites import MaigretEngine, MaigretSite, MaigretDatabase
|
from .sites import MaigretEngine, MaigretSite, MaigretDatabase
|
||||||
from .notify import QueryNotifyPrint as Notifier
|
from .notify import QueryNotifyPrint as Notifier
|
||||||
|
|||||||
Reference in New Issue
Block a user