Skip to content

Commit 78484eb

Browse files
committed
docs: add docstring description for legacy examples module
1 parent 7a81af4 commit 78484eb

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

examples/src/legacy/__init__.py

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,11 @@
11
# Copyright Amazon.com Inc. or its affiliates. All Rights Reserved.
22
# SPDX-License-Identifier: Apache-2.0
3+
"""
4+
Legacy examples.
5+
6+
These are any examples that were already defined
7+
before we started revamping our examples.
8+
We are keeping them around for anyone who needs them as reference material,
9+
but we recommend looking at the newer examples
10+
that should provide a clearer picture of how to use this library.
11+
"""

0 commit comments

Comments
 (0)