Browse Source

fix(imperative): add __init__.py for tools

GitOrigin-RevId: 11ec38a4f1
release-1.5
Megvii Engine Team 4 years ago
parent
commit
fdf7006ba7
1 changed files with 8 additions and 0 deletions
  1. +8
    -0
      imperative/python/megengine/data/tools/__init__.py

+ 8
- 0
imperative/python/megengine/data/tools/__init__.py View File

@@ -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.

Loading…
Cancel
Save