mirror of
https://github.com/DeaDvey/mathgenerator.git
synced 2025-11-28 14:35:23 +01:00
import with name not asterisk
* import with name not *, remove top level imports * Fix linter, remove numpy * Lint fixes * Comment worksheet generator temporarily
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
from .__init__ import *
|
||||
from ..__init__ import Generator
|
||||
import random
|
||||
|
||||
|
||||
def gen_func(maxBase=50, maxPower=10, format='string'):
|
||||
|
||||
Reference in New Issue
Block a user