lukew3 / mathgenerator

A math problem generator, created for the purpose of giving self-studying students and teaching organizations the means to easily get access to high-quality, generated math problems to suit their needs.
https://lukew3.github.io/mathgenerator
MIT License
690 stars 178 forks source link

Replace stars in subject __init__ files with generator names #377

Closed lukew3 closed 1 year ago

lukew3 commented 2 years ago

May be as simple as changing https://github.com/lukew3/mathgenerator/blob/44924a4fcb6434963d633e3f2784ef4a3a965424/scripts/adoptGenerator.py#L36 to

lines.append(f"from .{item} import {item}\n")