#!/usr/bin/env python3

from liewa.liewa_gui.main import startup

if __name__ == "__main__":
    startup()
