4 lines
62 B
Python
4 lines
62 B
Python
import builder
|
|
|
|
if __name__ == "__main__":
|
|
builder.main()
|