Update __init__.py

This commit is contained in:
Matija Gračanin 2023-05-19 15:53:26 +02:00 committed by GitHub
parent 908f733701
commit edafa54280
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,8 +2,7 @@ from asyncio import sleep
from pathlib import Path
'''
https://www.asciimation.co.nz/
ASCII Art from https://www.asciimation.co.nz/
'''
starwars_file_path = (f"{Path(__file__).parent}/starwars.txt")