mirror of
https://github.com/dnet/pySSTV.git
synced 2026-03-14 00:44:06 +01:00
added __init__.py to examples and tests subdirectories
This commit is contained in:
parent
24fdb592c2
commit
7cca77b7b5
3
pysstv/examples/__init__.py
Normal file
3
pysstv/examples/__init__.py
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
#!/usr/bin/env python
|
||||||
|
|
||||||
|
__all__ = ['overlay', 'pyaudio_sstv', 'repeater']
|
||||||
3
pysstv/tests/__init__.py
Normal file
3
pysstv/tests/__init__.py
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
#!/usr/bin/env python
|
||||||
|
|
||||||
|
__all__ = ['common', 'test_color', 'test_sstv']
|
||||||
Loading…
Reference in a new issue