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:
parent
96e942380a
commit
6fbd7364f2
5 changed files with 5 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue