diff --git a/src/common/othello/ai/index.ts b/src/common/othello/ai/index.ts new file mode 100644 index 0000000000..5cd1db82da --- /dev/null +++ b/src/common/othello/ai/index.ts @@ -0,0 +1 @@ +require('./front');