(no title)
flatline-84 | 4 years ago
@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
No comments yet.