1
Fork 0
mirror of https://github.com/Steffo99/lihzahrd.git synced 2025-02-16 16:43:58 +00:00
lihzahrd/__main__.py

8 lines
177 B
Python
Raw Normal View History

2020-04-17 17:03:12 +02:00
import lihzahrd
2020-06-04 21:59:23 +02:00
from lihzahrd.timer import Timer
2020-04-17 17:03:12 +02:00
2020-06-04 21:59:23 +02:00
with Timer("Parse sample world"):
world = lihzahrd.World.create_from_file("The_Gateway_To_A_New_Future.wld")
2020-04-17 17:03:12 +02:00
breakpoint()