feat: basefiles
This commit is contained in:
commit
bdf9e90efa
16 changed files with 1299 additions and 0 deletions
4
shush/__init__.py
Normal file
4
shush/__init__.py
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
from shush.muzzle import muzzle
|
||||
from shush.supress import suppress
|
||||
|
||||
__all__ = ["suppress", "muzzle"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue