1
0
Fork 0
mirror of synced 2024-06-26 10:11:19 +12:00
Rare/Rare/Components/Tabs/Downloads/DownloadTab.py

7 lines
134 B
Python
Raw Normal View History

2021-02-10 23:48:25 +13:00
from PyQt5.QtWidgets import QWidget
class DownloadTab(QWidget):
def __init__(self):
super(DownloadTab, self).__init__()