From 1f0714ce4c6f9af0a98766f5db3476983e3c7b84 Mon Sep 17 00:00:00 2001 From: Vincent Moens Date: Thu, 19 Dec 2024 16:35:43 +0000 Subject: [PATCH] Update [ghstack-poisoned] --- tutorials/sphinx-tutorials/mcts.py | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 tutorials/sphinx-tutorials/mcts.py 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.