add module pap (ICapHousing)

This commit is contained in:
Romain Bignon 2012-02-11 12:48:05 +01:00
commit cddfd39542
6 changed files with 288 additions and 0 deletions

3
modules/pap/__init__.py Normal file
View file

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