5 lines
135 B
Python
5 lines
135 B
Python
|
import simfile
|
||
|
|
||
|
for sim, filename in simfile.openpack(R"C:\StepMania\Songs\My Pack"):
|
||
|
print(f"Loaded {sim.title} from {filename}")
|