6 lines
85 B
Python
6 lines
85 B
Python
from .systemupdate import Systemupdate
|
|
|
|
|
|
def get_module():
|
|
return Systemupdate()
|