4 lines
101 B
Python
4 lines
101 B
Python
from shush.muzzle import muzzle
|
|
from shush.supress import suppress
|
|
|
|
__all__ = ["suppress", "muzzle"]
|