linux-tools/modules/systemupdate/__init__.py

6 lines
85 B
Python

from .systemupdate import Systemupdate
def get_module():
return Systemupdate()