mirror of
https://github.com/soxoj/maigret.git
synced 2026-05-15 10:55:43 +00:00
6 lines
167 B
Python
6 lines
167 B
Python
"""Maigret"""
|
|
|
|
from .checking import maigret as search
|
|
from .sites import MaigretEngine, MaigretSite, MaigretDatabase
|
|
from .notify import QueryNotifyPrint as Notifier
|