#!/bin/python3

from jicket import app

a = app.JicketApp()
a.start_loop()
