Rename from pricedb-pull to pricedbget.

This commit is contained in:
Chris Berkhout 2018-08-25 17:11:55 +02:00
parent 79cd5bb71a
commit a0dc7b2540
9 changed files with 2 additions and 2 deletions

0
pricedbget/__init__.py Normal file
View file

0
pricedbget/cli.py Normal file
View file

View file

View file

View file

View file

View file

@ -0,0 +1,5 @@
def func(x):
return x + 1
def test_answer():
assert func(4) == 5