Skip to content

Commit 1cd310e

Browse files
committed
FEAT: Initialize index preview module.
1 parent f1018db commit 1cd310e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

faslr/index/index_preview.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
from PyQt6.QtWidgets import (
2+
QTabWidget
3+
)
4+
5+
class IndexPreview(QTabWidget):
6+

0 commit comments

Comments
 (0)