fixed imports

This commit is contained in:
2025-12-19 11:10:16 +01:00
parent a60f802443
commit cadbb34d1a
9 changed files with 28 additions and 28 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
from params import EntityParams
from state import RbmState
from matrix import prob, Mat
from .params import EntityParams
from .state import RbmState
from .matrix import prob, Mat
class Entity:
def __init__(self, shape: tuple[int, int], params: EntityParams):