azot/azot.py

7 lines
74 B
Python
Raw Normal View History

2016-05-19 14:42:18 +03:00
#!/usr/bin/env python3
2015-07-22 10:14:32 +03:00
2015-07-28 12:28:37 +03:00
import Azot.action
2015-07-22 10:14:32 +03:00
2015-07-22 14:07:24 +03:00
while 1:
2015-07-28 12:28:37 +03:00
Azot.action.do()