l
This commit is contained in:
parent
20f30603fe
commit
1d19a718bc
1 changed files with 3 additions and 2 deletions
|
|
@ -1,8 +1,9 @@
|
|||
import os
|
||||
import psutil
|
||||
from modules.base_module import DisplayModule
|
||||
from modules.base_module import BaseModule
|
||||
|
||||
class SystemInfoModule(BaseModule):
|
||||
|
||||
class SystemInfoModule(DisplayModule):
|
||||
def get_display_text(self):
|
||||
lines = []
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue