mirror of
https://github.com/wassname/scikit-image.git
synced 2026-06-29 19:47:31 +08:00
6 lines
73 B
Python
6 lines
73 B
Python
from matplotlib.pyplot import imshow, show
|
|
|
|
def _app_show():
|
|
show()
|
|
|