Stegano/stegano/red/__init__.py
2023-12-31 00:38:32 +01:00

5 lines
83 B
Python

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