codegame 0.7.0

CodeGame framework
Documentation
1
2
3
4
5
6
FROM pypy:3.6

RUN pypy -m pip install numpy pandas

COPY . /project
WORKDIR /project