1
Fork 0
mirror of https://github.com/Steffo99/lihzahrd.git synced 2024-10-16 06:27:29 +00:00

🧹 Remove __main__.py

This commit is contained in:
Steffo 2021-06-07 10:11:06 +02:00 committed by Stefano Pigozzi
parent ae2a40275b
commit 5b12f06873
2 changed files with 2 additions and 7 deletions

2
.gitignore vendored
View file

@ -126,3 +126,5 @@ dmypy.json
# Terraria worlds
*.wld
.idea/
/__main__.py

View file

@ -1,7 +0,0 @@
import lihzahrd
from lihzahrd.timer import Timer
with Timer("Parse sample world"):
world = lihzahrd.World.create_from_file("The_Gateway_To_A_New_Future.wld")
...