PhoenixIra / pyalgotask

Python software to generate tasks executing algorithms, as often seen in undergraduate algorithms classes.
MIT License
0 stars 0 forks source link

Restructure exercise / solution generation #21

Closed PhoenixIra closed 9 months ago

PhoenixIra commented 9 months ago

The exporter class now calls the output class directly instead of calling the task method. The task method should not be doing latex stuff anyway.