#!/bin/bash
# Copyright 2024 DreamWorks Animation LLC
# SPDX-License-Identifier: Apache-2.0

SOURCEDIR="$( dirname -- "${BASH_SOURCE[0]:-$0}";)"
cd ${SOURCEDIR}/../python/minicoord
rez-env tornado-5.1.1 requests -c "python -i run.py"
