mirror of
https://github.com/dnet/pySSTV.git
synced 2026-04-04 13:57:33 +00:00
added __init__.py to examples and tests subdirectories
This commit is contained in:
parent
24fdb592c2
commit
7cca77b7b5
2 changed files with 6 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue