Added DecimalToOctal, and DecimalToRomanNumerals

This commit is contained in:
Metropass
2020-10-19 15:49:11 -04:00
parent 8f95502565
commit 630032fcdd
3 changed files with 5 additions and 0 deletions

View File

@@ -84,3 +84,4 @@ from .compoundInterestFunc import *
from .deciToHexaFunc import *
from .percentageFunc import *
from .celsiustofahrenheit import *
from .decimaltoOctalFunc import *