Closed XuehaiPan closed 1 year ago
Compact and rename the top-level module.
Rename nvitop.core to nvitop.api.
nvitop.core
nvitop.api
The old top-level imports still work fine.
import nvitop from nvitop import *
NEW: Support top-level imports:
import nvitop.device import nvitop.host import nvitop.process ...
Issue Type
Description
Compact and rename the top-level module.
Rename
nvitop.core
tonvitop.api
.The old top-level imports still work fine.
NEW: Support top-level imports: