mirror of
https://github.com/283375/arcaea-offline-pyside-ui.git
synced 2025-11-07 21:12:14 +00:00
init
This commit is contained in:
5
ui/extends/components/dbTableViewer.py
Normal file
5
ui/extends/components/dbTableViewer.py
Normal file
@ -0,0 +1,5 @@
|
||||
from PySide6.QtCore import QAbstractTableModel
|
||||
|
||||
|
||||
class DbTableModel(QAbstractTableModel):
|
||||
pass
|
||||
Reference in New Issue
Block a user