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

5 lines
90 B
Python

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