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 041a118d25
commit 27a411cda8

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()