@@ -0,0 +1,8 @@
import chesspp
from chesspp import engine
from chesspp import web
if __name__ == '__main__':
limit = engine.Limit(time=0.5)
web.WebInterface(engine.BayesMctsEngine, engine.ClassicMctsEngine, limit).run_app()
The note is not visible to the blocked user.