users.py
Go to the documentation of this file.
1 """
2 Implement user managent here
3 """
4 
5 from enum import Enum
6 class User(Enum):
7  """
8  Define some default users.
9  """
10  Admin = 0
11  Anonymous = 1
12  User = 3
13 
14 
15 


ros_opcua_impl_python_opcua
Author(s): Denis Štogl , Daniel Draper
autogenerated on Tue Jan 19 2021 03:12:44