Note
This no longer works in browser!
This no longer works if you're alone in vc! Somebody else has to join you!
Warning
There are now two quest types ("stream" and "play")! Pay attention to the instructions!
import requests | |
from dataclasses import dataclass | |
import re | |
import datetime | |
class SchoolType: | |
PUBLIC = 0 | |
URBAN_PUBLIC = 0.4 | |
RURAL_PUBLIC = -0.4 | |
PRIVATE = -0.4 |