lib und Elemente Ordner mit __init__ versehen, so dass man beim import die Verzeichnisse durch Punktpfade angeben kann

This commit is contained in:
2026-01-27 19:00:27 +01:00
parent 855a874e4a
commit 4aae9e153d
12 changed files with 21 additions and 21 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
from pydantic import BaseModel, Field, field_validator
from typing import Optional
import block_methoden
from lib import block_methoden
RADIUS = 400