|
| 1 | +""" |
| 2 | +Uncoder IO Commercial Edition License |
| 3 | +----------------------------------------------------------------- |
| 4 | +Copyright (c) 2023 SOC Prime, Inc. |
| 5 | +This file is part of the Uncoder IO Commercial Edition ("CE") and is |
| 6 | +licensed under the Uncoder IO Non-Commercial License (the "License"); |
| 7 | +you may not use this file except in compliance with the License. |
| 8 | +You may obtain a copy of the License at |
| 9 | + https://github.com/UncoderIO/UncoderIO/blob/main/LICENSE |
| 10 | +Unless required by applicable law or agreed to in writing, software |
| 11 | +distributed under the License is distributed on an "AS IS" BASIS, |
| 12 | +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 13 | +----------------------------------------------------------------- |
| 14 | +""" |
| 15 | + |
1 | 16 | from __future__importannotations |
2 | 17 |
|
3 | 18 | fromabcimportABC,abstractmethod |
|