diff --git a/pysstv/examples/__init__.py b/pysstv/examples/__init__.py new file mode 100644 index 0000000..c733bb1 --- /dev/null +++ b/pysstv/examples/__init__.py @@ -0,0 +1,3 @@ +#!/usr/bin/env python + +__all__ = ['overlay', 'pyaudio_sstv', 'repeater'] diff --git a/pysstv/tests/__init__.py b/pysstv/tests/__init__.py new file mode 100644 index 0000000..c34db48 --- /dev/null +++ b/pysstv/tests/__init__.py @@ -0,0 +1,3 @@ +#!/usr/bin/env python + +__all__ = ['common', 'test_color', 'test_sstv']