File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed
translator/app/translator/core Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change 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+
116from __future__ import annotations
217
318from abc import ABC , abstractmethod
You can’t perform that action at this time.
0 commit comments