Skip to content

Commit 2b1c8b9

Browse files
Add EnergyLatency to __init__
1 parent 9a5e077 commit 2b1c8b9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

hwcomponents/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from hwcomponents.model import ComponentModel, action
1+
from hwcomponents.model import ComponentModel, action, EnergyLatency
22
from hwcomponents.find_models import get_models
33
import hwcomponents.scaling as scaling
44
from hwcomponents.select_models import (
@@ -12,6 +12,7 @@
1212
__all__ = [
1313
"ComponentModel",
1414
"action",
15+
"EnergyLatency",
1516
"get_models",
1617
"scaling",
1718
"get_area",

0 commit comments

Comments
 (0)