Skip to content
Snippets Groups Projects
Commit 693fec82 authored by Felix Blanke's avatar Felix Blanke
Browse files

Fix import

parent 3f8f7ad7
Branches
No related tags found
6 merge requests!262[WIP] compatibility with koma solver import/export,!261[WIP] compatibility with koma solver import/export,!260[WIP] import/export merge,!259Add view to clear schedule,!237Draft: add tests on json export,!235Merge fork for interoperability of KoMa solver
import decimal
import itertools
import json
import math
from dataclasses import dataclass
from datetime import datetime, timedelta
from decimal import Decimal
from typing import Iterable, Generator
from django.db import models
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment