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 .networking import list_interfaces, enrich_iface_types
|
||||
from .output import log
|
||||
|
||||
__packages__ = [
|
||||
"mesa",
|
||||
|
|
|
|||
Loading…
Reference in New Issue