diff --git a/tutorials/sphinx-tutorials/mcts.py b/tutorials/sphinx-tutorials/mcts.py new file mode 100644 index 00000000000..7bec24cb17b --- /dev/null +++ b/tutorials/sphinx-tutorials/mcts.py @@ -0,0 +1,4 @@ +# Copyright (c) Meta Platforms, Inc. and affiliates. +# +# This source code is licensed under the MIT license found in the +# LICENSE file in the root directory of this source tree.