feat: basefiles

This commit is contained in:
cătălin 2023-10-02 22:46:29 +02:00
commit bdf9e90efa
Signed by: catalin
GPG key ID: 686088EF78EE4083
16 changed files with 1299 additions and 0 deletions

4
shush/__init__.py Normal file
View file

@ -0,0 +1,4 @@
from shush.muzzle import muzzle
from shush.supress import suppress
__all__ = ["suppress", "muzzle"]