Added Test

This commit is contained in:
Alex Orid 2020-10-20 03:08:29 -04:00
parent b29787d5c3
commit c55e708928

View File

@ -92,6 +92,9 @@ def thread_main():
t.join()
print("Post Thread Test")
if __name__ == "__main__":
thread_main()