From 42257fb7f8cc56502d83a4ef99afedc24b7717d0 Mon Sep 17 00:00:00 2001 From: Eren Dogan Date: Tue, 1 Aug 2023 11:25:12 -0700 Subject: [PATCH] Export router_tech again --- compiler/router/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/compiler/router/__init__.py b/compiler/router/__init__.py index ac2a64ec..cb521a12 100644 --- a/compiler/router/__init__.py +++ b/compiler/router/__init__.py @@ -3,5 +3,6 @@ # Copyright (c) 2016-2023 Regents of the University of California, Santa Cruz # All rights reserved. # +from .router_tech import * from .signal_escape_router import * from .supply_router import *