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

6 lines
77 B
Python
Raw Normal View History

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