From 45265faec46f8d894187bff73ef764deccb515cd Mon Sep 17 00:00:00 2001 From: jan Date: Fri, 7 Apr 2023 16:33:59 -0700 Subject: [PATCH] oneshot available at toplevel --- masque/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/masque/__init__.py b/masque/__init__.py index a1f511f..54e199d 100644 --- a/masque/__init__.py +++ b/masque/__init__.py @@ -43,7 +43,7 @@ from .library import ( from .ports import Port, PortList from .abstract import Abstract from .builder import Builder, Tool, FlatBuilder, Pather -from .utils import ports2data +from .utils import ports2data, oneshot __author__ = 'Jan Petykiewicz'