mirror of
https://github.com/kennethreitz-archive/abode.git
synced 2026-06-05 23:50:20 +00:00
8 lines
113 B
Python
Executable File
8 lines
113 B
Python
Executable File
#!/usr/bin/env python
|
|
# -*- coding: utf-8 -*-
|
|
|
|
import abode.cli
|
|
|
|
if __name__ == '__main__':
|
|
abode.cli.main()
|