mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-03-06 21:28:01 +03:00
5 lines
140 B
Python
5 lines
140 B
Python
|
from test_image_putpixel import TestImagePutPixel as put
|
||
|
from test_image_getpixel import TestImageGetPixel as get
|
||
|
|
||
|
dir(get)
|
||
|
get.test_basic()
|