@@ -0,0 +1,12 @@
__author__ = 'asc'
class System_Debug():
def __init__(self):
#TODO add system initialization
pass
@property
def status (self):
#TODO status check
return (0, "System functioning properly")
The note is not visible to the blocked user.