8fe6cea693e98687abc4a877e830680ba963126c
[bigint-presentation-code.git] / src / bigint_presentation_code / test_toom_cook.py
1 import unittest
2
3 import bigint_presentation_code.toom_cook
4
5
6 class TestToomCook(unittest.TestCase):
7 pass # no tests yet, just testing importing
8
9
10 if __name__ == "__main__":
11 unittest.main()