config class added

This commit is contained in:
2026-03-19 16:13:13 +01:00
parent c6c7e6e47e
commit d2d477d1b5
6 changed files with 60 additions and 13 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
from abc import ABC, abstractmethod
from typing import Generator
import numpy as np
from .classes.Cell import Cell
from .Cell import Cell
import math