Initial Commit

This commit is contained in:
2018-08-27 21:22:50 -07:00
commit 15546c9782
137 changed files with 10509 additions and 0 deletions

6
src/bin/tHome-sma.py Executable file
View File

@@ -0,0 +1,6 @@
#!/usr/bin/env python
import sys
import tHome.sma
tHome.sma.cmdLine.run( sys.argv )