#!/usr/bin/python3

from tblock_gui.backend import run

if __name__ == "__main__":
    run()
