Fix main
This commit is contained in:
parent
a81ba48d45
commit
174b20fc11
|
@ -83,7 +83,7 @@ class Pulley(Boxes):
|
||||||
|
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
b = Box()
|
b = Pulley()
|
||||||
b.parseArgs()
|
b.parseArgs()
|
||||||
b.render()
|
b.render()
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue