1
0
Fork 0
mirror of synced 2024-06-02 10:44:40 +12:00
Rare/Rare/Components/Tabs/Downloads/DownloadTab.py
2021-02-10 11:48:25 +01:00

7 lines
134 B
Python

from PyQt5.QtWidgets import QWidget
class DownloadTab(QWidget):
def __init__(self):
super(DownloadTab, self).__init__()