base conversion fix

This commit is contained in:
lukew3
2020-10-21 14:25:54 -04:00
parent d8a4b82d7d
commit 1174b5c0de
4 changed files with 52 additions and 43 deletions

View File

@@ -98,3 +98,4 @@ from .is_prime import *
from .bcd_to_decimal import *
from .complex_to_polar import *
from .set_operation import *
from .base_conversion import *