add backend hsbc

This commit is contained in:
Romain Bignon 2012-02-04 16:04:06 +01:00
commit 3ebdbbc473
5 changed files with 225 additions and 0 deletions

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

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