From fdf7006ba71179607fe0e62ad09a96e65a16ad01 Mon Sep 17 00:00:00 2001 From: Megvii Engine Team Date: Mon, 19 Apr 2021 20:39:49 +0800 Subject: [PATCH] fix(imperative): add __init__.py for tools GitOrigin-RevId: 11ec38a4f12f83e41fbb342c3c6ced0a398cbdf3 --- imperative/python/megengine/data/tools/__init__.py | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 imperative/python/megengine/data/tools/__init__.py diff --git a/imperative/python/megengine/data/tools/__init__.py b/imperative/python/megengine/data/tools/__init__.py new file mode 100644 index 000000000..0253e7dca --- /dev/null +++ b/imperative/python/megengine/data/tools/__init__.py @@ -0,0 +1,8 @@ +# -*- coding: utf-8 -*- +# MegEngine is Licensed under the Apache License, Version 2.0 (the "License") +# +# Copyright (c) 2014-2021 Megvii Inc. All rights reserved. +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT ARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -- GitLab