1
Fork 0
mirror of https://github.com/RGBCube/CSAssignments synced 2025-06-18 20:12:09 +00:00

Make 3.10 also work

This commit is contained in:
RGBCube 2022-11-09 19:15:34 +03:00
parent 96e942380a
commit 6fbd7364f2
5 changed files with 5 additions and 5 deletions

View file

@ -3,7 +3,7 @@ from __future__ import annotations
__all__ = ("Language",)
from functools import cached_property
from tomllib import loads as decode_toml
from toml import loads as decode_toml
from typing import TYPE_CHECKING, TypedDict
from .assignment import Assignment