some cleanups

This commit is contained in:
Heiko Ludwig 2024-12-03 20:50:32 +01:00
parent d858da19be
commit 10b611ad6c
4 changed files with 1 additions and 40 deletions

View file

@ -1,13 +0,0 @@
#!/usr/bin/env python3
import program
import unittest
class TestThing(unittest.TestCase):
def setUp(self):
pass
if __name__ == '__main__':
unittest.main()