First implementation of lacentrale

Signed-off-by: Vicnet <vo.publique@gmail.com>
This commit is contained in:
Vicnet 2014-02-18 11:11:12 +01:00 committed by Florent
commit 03cc113851
4 changed files with 287 additions and 0 deletions

View file

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