# This script makes it so you can run "python -m autogaita" and get the main gui

from .autogaita import gui

if __name__ == "__main__":
    gui()
