Files
cmbot/src/app/widgets/image_list_panel.py
T

6 lines
80 B
Python
Raw Normal View History

2026-06-15 15:53:01 +08:00
from PySide6.QtWidgets import QWidget
class ImageListPanel(QWidget):
pass