Created a small utility program to generate JSON files for testing the main input.

This commit is contained in:
2020-04-12 00:03:33 -05:00
parent 4386b1af99
commit 1265f8ac3e
7 changed files with 294 additions and 8 deletions
-1
View File
@@ -55,7 +55,6 @@ class Factor:
print(self.complex_four)
print()
def clear_factors_lists(self):
self.simple_one = []
self.simple_two = []