forgot import of log()
This commit is contained in:
parent
5cfec48ac4
commit
6830a8050c
|
|
@ -5,6 +5,7 @@ from typing import Iterator, Optional, Union
|
||||||
|
|
||||||
from .general import SysCommand
|
from .general import SysCommand
|
||||||
from .networking import list_interfaces, enrich_iface_types
|
from .networking import list_interfaces, enrich_iface_types
|
||||||
|
from .output import log
|
||||||
|
|
||||||
__packages__ = [
|
__packages__ = [
|
||||||
"mesa",
|
"mesa",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue