7 lines
96 B
Python
7 lines
96 B
Python
from celery import shared_task
|
|
|
|
|
|
@shared_task
|
|
def _judge(submission_obj, problem_obj):
|
|
pass
|