Du kannst am Anfang from __future__ import annotations machen und dann Klassen vor ihrer Deklaration verwenden. Siehe auch dieser StapelÜberlauf Faden: https://stackoverflow.com/questions/61544854/from-future-import-annotations
from __future__ import annotations
Du kannst am Anfang
from __future__ import annotations
machen und dann Klassen vor ihrer Deklaration verwenden. Siehe auch dieser StapelÜberlauf Faden: https://stackoverflow.com/questions/61544854/from-future-import-annotations