This commit is contained in:
soju6jan
2022-10-03 03:15:05 +09:00
parent 8a7a0338de
commit 5799484cf6
15 changed files with 84 additions and 66 deletions

View File

@@ -1,10 +1,13 @@
from .setup import *
import platform
from support.base.util import SupportUtil
from .setup import *
name = 'home'
class ModuleHome(PluginModuleBase):
info_thread = None
info_thread = None
def __init__(self, P):
super(ModuleHome, self).__init__(P, name=name)