#!/usr/bin/python # Copyright 2021 (c) Anna Schumaker. import lib import tagdb lib.settings.load() tagdb.load() import ui ui.Application.run()