adding initial plex-posters script

This commit is contained in:
2019-11-20 02:07:22 +00:00
parent 7f961db5e0
commit f780595616
22 changed files with 305 additions and 3 deletions

View File

View File

@@ -0,0 +1,5 @@
from plex_posters import __version__
def test_version():
assert __version__ == '0.1.0'