Skip to content

Commit f729b2d

Browse files
iseeyuanfacebook-github-bot
authored andcommitted
Create __init__.py in example folder (#3093)
Summary: For my internal CentOS development env, `python -m examples/models/...` does not work with error message that module cannot be found. Adding this empty file fixes the issue. Pull Request resolved: #3093 Reviewed By: cccclai Differential Revision: D56242802 Pulled By: iseeyuan fbshipit-source-id: 33b98855682490ed1242b1cd2843e7963831915a
1 parent 73438a5 commit f729b2d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

examples/__init__.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Copyright (c) Meta Platforms, Inc. and affiliates.
2+
# All rights reserved.
3+
#
4+
# This source code is licensed under the BSD-style license found in the
5+
# LICENSE file in the root directory of this source tree.

0 commit comments

Comments
 (0)