#!/usr/bin/python3
# -*- coding: UTF-8 -*-
import sys
sys.path.append("/usr/share/thawab")
from Thawab.gtkUi import main
main()
