Implement bouygues backend.

This commit is contained in:
Christophe Benz 2010-11-23 16:27:32 +01:00
commit 7fb8e4a181
7 changed files with 219 additions and 0 deletions

View file

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