Files
Grinch-AP/typings/kivy/uix/image.pyi
2024-01-14 15:31:13 +01:00

10 lines
158 B
Python

import io
from kivy.graphics.texture import Texture
class CoreImage:
texture: Texture
def __init__(self, data: io.BytesIO, ext: str) -> None: ...