Browse Source

fix(imperative): add __init__.py for tools

GitOrigin-RevId: c260c572f2
tags/v1.4.0-rc1
Megvii Engine Team 4 years ago
parent
commit
899d70a8fa
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