add backend for website histoires-de-sexe.net

This commit is contained in:
Romain Bignon 2011-08-02 20:18:14 +02:00
commit 892e9e37ad
5 changed files with 285 additions and 0 deletions

View file

@ -0,0 +1,3 @@
from .backend import HDSBackend
__all__ = ['HDSBackend']