first commit 10/20/2015

This commit is contained in:
2015-10-20 00:00:00 -06:00
committed by Anthony Correa
commit 41a9534867
6 changed files with 358 additions and 0 deletions

12
system.py Normal file
View File

@@ -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")