and.. the runner

This commit is contained in:
Kenneth Reitz
2011-09-27 23:24:42 -04:00
parent 9ad2d3408d
commit 63cb436e83
Executable
+7
View File
@@ -0,0 +1,7 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
import abode.cli
if __name__ == '__main__':
abode.cli.main()