From 2510160633f95081033744476e39c6a7dad198c7 Mon Sep 17 00:00:00 2001 From: Michael Schock <m@mjschock.com> Date: Tue, 9 Apr 2019 19:59:31 -0700 Subject: [PATCH] Added __init__ for examples (#55) --- examples/__init__.py | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 examples/__init__.py diff --git a/examples/__init__.py b/examples/__init__.py new file mode 100644 index 000000000..240697e32 --- /dev/null +++ b/examples/__init__.py @@ -0,0 +1,5 @@ +#!/usr/bin/env python3 + +# Copyright (c) Facebook, Inc. and its affiliates. +# This source code is licensed under the MIT license found in the +# LICENSE file in the root directory of this source tree. -- GitLab