diff options
Diffstat (limited to 'gerbonara/ipc356.py')
-rw-r--r-- | gerbonara/ipc356.py | 2 |
1 files changed, 2 insertions, 0 deletions
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 <ham@hamiltonkib.be> # Modified from parser.py by Paulo Henrique Silva <ph.silva@gmail.com> +# Copyright 2022 Jan Götte <code@jaseg.de> # # 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 |