gavo.utils.dachstypes module

Basic types we will more widely need in DaCHS; we also import everything we need from typing, so for our type annotations we only need to say from utils.dachstypes import …

This also lets us smuggle in fallbacks for python 3.7 (and we won’t go further back than that).