rodeo-builder/main.py
2025-07-05 13:20:11 +02:00

4 lines
62 B
Python

import builder
if __name__ == "__main__":
builder.main()