This commit is contained in:
DiG 2022-01-16 18:41:00 +01:00
parent 854c1f6766
commit 432a93e2ee
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
from __future__ import print_function
def tsv( *fields ):
print( *fields, sep='\t' )