mirror of
https://github.com/283375/arcaea-offline-ocr-model.git
synced 2025-07-03 05:16:28 +00:00
init
This commit is contained in:
6
ui/components/samplesListWidget.py
Normal file
6
ui/components/samplesListWidget.py
Normal file
@ -0,0 +1,6 @@
|
||||
from PySide6.QtWidgets import QListWidget
|
||||
|
||||
|
||||
class SamplesListWidget(QListWidget):
|
||||
def __init__(self, parent=None):
|
||||
super().__init__(parent)
|
Reference in New Issue
Block a user