Added export of cli entrypoint

This commit is contained in:
soxoj
2021-11-07 18:14:48 +03:00
committed by GitHub
parent e38e302b6d
commit 646265791a
+1
View File
@@ -8,5 +8,6 @@ __author_email__ = 'soxoj@protonmail.com'
from .__version__ import __version__
from .checking import maigret as search
from .maigret import main as cli
from .sites import MaigretEngine, MaigretSite, MaigretDatabase
from .notify import QueryNotifyPrint as Notifier