#!/usr/bin/env python

from gabriel import Gabriel
import time
Gabriel.Gabriel()

while True:
    time.sleep(15)