Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bob
bob.pad.face
Commits
c5a481a6
Commit
c5a481a6
authored
Dec 04, 2019
by
Guillaume HEUSCH
Browse files
[database] added high-level db interface for BRSU in __init__.py
parent
2c257b21
Changes
1
Hide whitespace changes
Inline
Side-by-side
bob/pad/face/database/__init__.py
View file @
c5a481a6
...
...
@@ -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
(
'_'
)]
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment