Stegano/stegano/wav/__init__.py
2025-06-19 19:16:39 +02:00

5 lines
83 B
Python

#!/usr/bin/env python
from .wav import hide, reveal
__all__ = ["hide", "reveal"]