last wallagab api - with requests

This commit is contained in:
FoxMaSk
2017-09-24 22:35:20 +02:00
parent 07f6057421
commit 259f62efd9
6 changed files with 257 additions and 94 deletions

View File

@@ -1,2 +1,2 @@
VERSION = (1, 1, 0) # PEP 386
VERSION = (1, 1, 2) # PEP 386
__version__ = ".".join([str(x) for x in VERSION])