first shoot

This commit is contained in:
Olivier Demah
2014-12-10 22:33:51 +01:00
parent 08508b3b81
commit 65f706f0ea
8 changed files with 310 additions and 0 deletions

2
wallabag_api/__init__.py Normal file
View File

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