mirror of
https://github.com/cedricbonhomme/Stegano.git
synced 2025-05-12 17:18:30 +02:00
6 lines
107 B
Python
6 lines
107 B
Python
#!/usr/bin/env python
|
|
# -*- coding: utf-8 -*-
|
|
|
|
from .red import hide, reveal
|
|
|
|
__all__ = ["hide", "reveal"]
|