Create 2 - Heads, Shoulders, Knees and Toes.py

This commit is contained in:
Lukas Baumann 2021-02-18 21:12:24 +01:00 committed by GitHub
parent 15824d07bc
commit 36c9b15661
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,4 @@
heads = people
shoulders = people * 2
knees = people * 2
toes = people * 10