from .cpu import cpu
from .disk import disk
from .memory import memory
__all__ = [
"cpu",
"disk",
"memory",
]