lyrasis / aspace-client-tasks

Collection of thor tasks for processing data and interacting with the ASpace API
3 stars 1 forks source link

Monkey-patch Thor class to include mixin #38

Closed eightBitter closed 2 years ago

eightBitter commented 2 years ago

The mixin should include the execute method. This will allow me to remove the execute method from all existing files and not have to worry about adding it in the future.