mirror of
https://github.com/283375/arcaea-offline-ocr-model.git
synced 2025-04-11 17:20:18 +00:00
7 lines
152 B
Python
7 lines
152 B
Python
from PySide6.QtWidgets import QListWidget
|
|
|
|
|
|
class SamplesListWidget(QListWidget):
|
|
def __init__(self, parent=None):
|
|
super().__init__(parent)
|