mirror of
https://github.com/Steffo99/lihzahrd.git
synced 2024-11-21 23:54:23 +00:00
7 lines
168 B
Python
7 lines
168 B
Python
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")
|
|
|
|
...
|