1
Fork 0
mirror of https://github.com/Steffo99/lihzahrd.git synced 2024-11-21 15:44:24 +00:00

Display world parsing time

This commit is contained in:
Steffo 2020-06-04 21:59:23 +02:00
parent 549da2459f
commit 51e8efd8fe
Signed by: steffo
GPG key ID: 896A80F55F7C97F0

View file

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