mirror of
https://github.com/wassname/scikit-image.git
synced 2026-06-28 14:31:27 +08:00
5 lines
80 B
Python
5 lines
80 B
Python
from matplotlib.pyplot import imshow, show, imread
|
|
|
|
def _app_show():
|
|
show()
|