Improved module format

This commit is contained in:
lukew3
2020-10-19 12:16:03 -04:00
parent f723fb1881
commit 6a0aff7652
5 changed files with 31 additions and 8 deletions

View File

@@ -2,7 +2,7 @@ import random
import math
import fractions
from .additionFunc import *
from .addition import *
from .subtractionFunc import *
from .multiplicationFunc import *
from .divisionFunc import *