Add notice of file modification
This commit is contained in:
parent
342a712ec0
commit
c99e1c920c
@ -13,6 +13,8 @@ distributed under the License is distributed on an "AS IS" BASIS,
|
||||
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.
|
||||
|
||||
Modified 2023 by Timofej Luitle
|
||||
"""
|
||||
|
||||
from .neighborhood import Neighborhood, MooreNeighborhood, RadialNeighborhood, VonNeumannNeighborhood, \
|
||||
|
@ -12,6 +12,8 @@ distributed under the License is distributed on an "AS IS" BASIS,
|
||||
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.
|
||||
|
||||
Modified 2023 by Timofej Luitle
|
||||
"""
|
||||
|
||||
from typing import Sequence
|
||||
|
@ -12,6 +12,8 @@ distributed under the License is distributed on an "AS IS" BASIS,
|
||||
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.
|
||||
|
||||
Modified 2023 by Timofej Luitle
|
||||
"""
|
||||
|
||||
# pylint: disable=all
|
||||
|
Loading…
Reference in New Issue
Block a user