You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
244 B
10 lines
244 B
from print_fixtures import print_fixtures
|
|
|
|
print_fixtures("chains", [
|
|
# "chain/chain-net-4x4",
|
|
# "chain/chain-net-8x8",
|
|
# "chain/chain-net-16x16",
|
|
# "chain/chain-net-16x16-ball",
|
|
"chain/anchor",
|
|
"chain/wrecking-ball"
|
|
])
|
|
|