ProyectoFinalPython/app/widgets/__init__.py

6 lines
190 B
Python

from .ClockLabel import ClockLabel
from .UsageLabels import CPULabel, RAMLabel
from .WebScrapingTab import WebScrapingTab
__all__ = ['ClockLabel', 'CPULabel', 'RAMLabel', 'WebScrapingTab']