Skip to content

Commit 19c1421

Browse files
fix : __init__ file updated
1 parent 8aa9fd9 commit 19c1421

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

orangetool/__init__.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# -*- coding: utf-8 -*-
22
"""Orangetool modules."""
33

4-
from .orangetool_display import *
5-
from .orangetool_ip import *
6-
from .orangetool_system import *
7-
from .orangetool_ram import *
8-
from .orangetool_storage import *
4+
from .orangetool_display import hdmi_on, hdmi_off, hdmi_size
5+
from .orangetool_ip import internet, local_ip, global_ip, set_ip, ping, mac
6+
from .orangetool_system import check_update, get_temp, uptime, idletime, wakeup, version, sleep, hibernate, halt, restart
7+
from .orangetool_ram import ram_total, ram_used, ram_free, ram_percent, freeup
8+
from .orangetool_storage import mount_status, storage_status, unmount, unmount_all, mount, usb_on, usb_off
99
from .orangetool_params import ORANGETOOL_VERSION
1010

1111
__version__ = ORANGETOOL_VERSION

0 commit comments

Comments
 (0)