summaryrefslogtreecommitdiff
path: root/robot/common.py
blob: bbe3c143ee0e074dc438a688b110ba076c2580a2 (plain)
1
2
3
4
5
6
7
8
9
# coding=utf-8

from server.hints import Hint, HintSequence

hint_type = {
}

def hint(program, solved_problems):
    return []