Added search wizard script as an API usage example

This commit is contained in:
Soxoj
2021-03-30 01:09:06 +03:00
parent 53d698bb7b
commit b5db3f0035
4 changed files with 70 additions and 1 deletions
+2
View File
@@ -1,3 +1,5 @@
"""Maigret"""
from .checking import maigret as search
from .sites import MaigretEngine, MaigretSite, MaigretDatabase
from .notify import QueryNotifyPrint as Notifier