This repository has been archived on 2023-07-17. You can view files and clone it, but cannot push or open issues or pull requests.
pushee/constants.py

12 lines
188 B
Python

#!/usr/bin/env python3
import os
DRY_RUN = False
PROJECT = "xfocko%2Fib111-reviews"
HOMEWORK = "hwX"
SUFFIX = ("", "-opravne")[0]
SUBMISSIONS = []
TOKEN = os.getenv("GITLAB_FI_TOKEN")