"""Views module."""
from app.views.user_view import UserView
from app.views.Face_view import FaceView

__all__ = ['UserView','FaceView']

