Print heading symmetric

This commit is contained in:
Lukas Klass 2020-05-19 15:58:39 +02:00
parent 60cfc117a3
commit 842839da03
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@ if __name__ == "__main__":
# Print title
f = Figlet(font='slant')
print("")
print(f.renderText('ESBO-ETC'))
# Set up logging