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