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
Consider separating extraction, tcl generation, and grading into 3 separate programs, with one "main" process that just invokes each one's CLI interface, or just use a shell script. Allows for 3 smaller, less complex CLI interfaces rather than one more complex one. #54