import generator in each module

This commit is contained in:
lukew3
2020-10-19 19:22:51 -04:00
parent bd903d5c02
commit 5f2a5ab236
82 changed files with 82 additions and 0 deletions

View File

@@ -1,4 +1,5 @@
from .__init__ import *
from ..__init__ import Generator
def thirdAngleOfTriangleFunc(maxAngle=89):