mirror of
https://github.com/SickGear/SickGear.git
synced 2024-12-01 08:53:37 +00:00
bcb70efed2
Code refactored, cleaned and PEP8 then released as v1.01 from a v1.0 base.
5 lines
66 B
Python
5 lines
66 B
Python
#!/usr/bin/python
|
|
|
|
__version__ = '1.01'
|
|
|
|
from .pynma import PyNMA
|