Spaces:
Sleeping
Sleeping
Update functions/pitch_summary_functions.py
Browse files
functions/pitch_summary_functions.py
CHANGED
|
@@ -21,6 +21,7 @@ import matplotlib.gridspec as gridspec
|
|
| 21 |
import PIL
|
| 22 |
from stuff_model import calculate_arm_angles as caa
|
| 23 |
import cairosvg
|
|
|
|
| 24 |
|
| 25 |
|
| 26 |
### PITCH COLOURS ###
|
|
|
|
| 21 |
import PIL
|
| 22 |
from stuff_model import calculate_arm_angles as caa
|
| 23 |
import cairosvg
|
| 24 |
+
import xml.etree.ElementTree
|
| 25 |
|
| 26 |
|
| 27 |
### PITCH COLOURS ###
|