You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rekt...
if you look in FatController, the check arguments func uses getopt, which does a fair amount of work for you. But yeah it would add a fair few lines of code. Maybe just write it as a function and use if __name__ == "__main__": to get the raw_inputs to pass to the function? That way it can be used inside another script?
No description provided.
The text was updated successfully, but these errors were encountered: