Add Python tests

This commit is contained in:
Martin Thoma
2022-03-19 12:20:57 +01:00
parent e6c8788e8d
commit 69e6fdeef0
5 changed files with 23 additions and 12 deletions

View File

@@ -110,9 +110,5 @@ def print_banner():
# print("\n" * 75) # Feed some more paper from the printer
def main():
print_banner()
if __name__ == "__main__":
main()
print_banner()