7 lines
123 B
Python
7 lines
123 B
Python
# -*- encoding: utf-8 -*-
|
|
|
|
# @author : vincent.benoit@benserv.fr
|
|
# @brief : auth views and models
|
|
|
|
from .views import auth
|