From eaf4f21ce65081da0490a41ee1829b4ec8319109 Mon Sep 17 00:00:00 2001 From: jaseg Date: Thu, 3 Feb 2022 19:57:16 +0100 Subject: More doc --- gerbonara/ipc356.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gerbonara/ipc356.py') diff --git a/gerbonara/ipc356.py b/gerbonara/ipc356.py index dc3773b..3e6998c 100644 --- a/gerbonara/ipc356.py +++ b/gerbonara/ipc356.py @@ -3,6 +3,7 @@ # # copyright 2014 Hamilton Kibbe # Modified from parser.py by Paulo Henrique Silva +# Copyright 2022 Jan Götte # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -15,6 +16,7 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. +# from dataclasses import dataclass import math -- cgit