#!/usr/bin/env python3

import pySpellbook.qt

def main():
    pySpellbook.qt.run_pyspellbook()

if __name__ == "__main__":
    main()
