cv-analysis-service/test/page_generation_test.py
2023-01-10 16:37:35 +01:00

7 lines
120 B
Python

from cv_analysis.utils.display import show_image
def test_blank_page(blank_page):
pass
show_image(blank_page)