From e74d7437e746ef48bd8cee742412f826d0e7202f Mon Sep 17 00:00:00 2001 From: mryouse Date: Wed, 22 Jun 2022 03:12:04 +0000 Subject: bugfix: import NebPanic --- neb/structs.py | 1 + 1 file changed, 1 insertion(+) (limited to 'neb') diff --git a/neb/structs.py b/neb/structs.py index f1cee95..f3bdb36 100644 --- a/neb/structs.py +++ b/neb/structs.py @@ -2,6 +2,7 @@ from dataclasses import dataclass from enum import Enum, auto from typing import Any from .typeclass import TypeEnum +from .exceptions import NebPanic #from . import Function # tokens and types -- cgit v1.2.3