This commit is contained in:
deadsmond 2019-11-25 19:56:50 +01:00
parent 03b07b1d4f
commit d8aed56853

View File

@ -79,3 +79,4 @@ f = open(sys.argv[1], 'r')
for line in f:
print(auto.test_string(line))
print(auto)