1
Fork 0
mirror of https://github.com/Steffo99/lihzahrd.git synced 2024-11-21 23:54:23 +00:00
lihzahrd/__main__.py

8 lines
177 B
Python
Raw Normal View History

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