ProyectoFinalPython/app/widgets/__init__.py

4 lines
128 B
Python

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