fixed imports and removed my automation script

This commit is contained in:
D-T-666
2020-10-18 19:11:25 +04:00
parent 27effe52e3
commit 0b9932a3a6
2 changed files with 4 additions and 25 deletions

View File

@@ -1,3 +1,7 @@
import random
import math
import fractions
from .additionFunc import *
from .subtractionFunc import *
from .multiplicationFunc import *