add module 'seloger'

This commit is contained in:
Romain Bignon 2012-02-11 16:24:07 +01:00
commit 42941589c5
5 changed files with 285 additions and 0 deletions

View file

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