@ -44,6 +44,8 @@ To install Gooey, simply clone the project to your local directory
Gooey is attached to your code via a simple decorator on your `main` method.
from gooey import Gooey
@gooey <--- all it takes! :)
def main():
# rest of code