9 lines
149 B
Python
9 lines
149 B
Python
|
"""
|
||
|
This type stub file was generated by pyright.
|
||
|
"""
|
||
|
|
||
|
from pathlib import Path
|
||
|
|
||
|
if not(Path(__file__).parent / 'baseline_images').exists():
|
||
|
...
|