Fix build issues

This commit is contained in:
lukew3
2020-10-19 10:46:32 -04:00
parent 29ae868dae
commit f723fb1881
4 changed files with 3 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
.__init__ import *
from .__init__ import *
def sectorAreaFunc(maxRadius = 49,maxAngle = 359):
Radius = random.randint(1, maxRadius)