forgot import of log()

This commit is contained in:
Anton Hvornum 2022-02-02 08:10:57 +01:00
parent 5cfec48ac4
commit 6830a8050c
1 changed files with 1 additions and 0 deletions

View File

@ -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",