Initial commit

This commit is contained in:
2022-01-11 14:09:24 +01:00
commit d2bf250fbf
12 changed files with 963 additions and 0 deletions

0
tests/__init__.py Normal file
View File

5
tests/test_nebula_rss.py Normal file
View File

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