Stegano/stegano/exifHeader/__init__.py
2022-11-20 21:49:02 +01:00

6 lines
114 B
Python

#!/usr/bin/env python
# -*- coding: utf-8 -*-
from .exifHeader import hide, reveal
__all__ = ["hide", "reveal"]