8 lines
105 B
Python
8 lines
105 B
Python
"""
|
|
biometric app
|
|
|
|
This app contains modules for handling biometric devices.
|
|
"""
|
|
|
|
from . import settings
|