top | item 27510370

(no title)

flatline-84 | 4 years ago

Does it? I haven't been able to get it to work correctly with Fire.

    @Gooey()
    def main():
        fire.Fire()

    def hello(name="World"):
        return "Hello %s!" % name

    if __name__ == "__main__":
        main()
It just runs Fire instead of launching Gooey. I've tried quite a few other things re: getting Fire to work with Gooey but nothing seems to have an effect

discuss

order

No comments yet.