Skip to content
Snippets Groups Projects
Commit c5a481a6 authored by Guillaume HEUSCH's avatar Guillaume HEUSCH
Browse files

[database] added high-level db interface for BRSU in __init__.py

parent 2c257b21
No related branches found
No related tags found
1 merge request!99Add BRSU
......@@ -9,6 +9,7 @@ from .celeb_a import CELEBAPadDatabase
from .maskattack import MaskAttackPadDatabase
from .casiasurf import CasiaSurfPadDatabase
from .casiafasd import CasiaFasdPadDatabase
from .brsu import BRSUPadDatabase
# gets sphinx autodoc done right - don't remove it
......@@ -39,6 +40,7 @@ __appropriate__(
MaskAttackPadDatabase,
CasiaSurfPadDatabase,
CasiaFasdPadDatabase,
BRSUPadDatabase
)
__all__ = [_ for _ in dir() if not _.startswith('_')]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment