Chailam

Results 1 comments of Chailam

I figured I could use `*args` in the \_\_call\_\_ method and parse them in the function such that: ``` from fire import Fire @Fire class script: @staticmethod def subtract(a: int,...