Refactor main method to be more callable from code
tkutcher opened this issue · 0 comments
tkutcher commented
Instead of passing a string as the class name, have a method that takes the Class itself. Then the main method just loads the class and passes it to that method. This way the user can call that method from code passing in the class directly.