add module prixcarburants (ICapPriceComparison)

This commit is contained in:
Romain Bignon 2012-03-26 23:04:32 +02:00
commit dea713d2f4
5 changed files with 270 additions and 0 deletions

View file

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