Commit 79f02f7e authored by Olivier R-D's avatar Olivier R-D

add missing users.py file!!!

parent 7d5c0c85
"""
Implement user managent here
"""
from enum import Enum
class User(Enum):
"""
Define some default users.
"""
Admin = 0
Anonymous = 1
User = 3
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment