linux-tools/modules/systemupdate/__init__.py

6 lines
85 B
Python
Raw Normal View History

2020-03-05 19:40:04 +01:00
from .systemupdate import Systemupdate
def get_module():
return Systemupdate()