chore: better project structure

This commit is contained in:
2026-02-26 18:02:50 -03:00
parent 5d76e49f89
commit cb4b21ab6c
25 changed files with 102 additions and 96 deletions

View File

@@ -1,4 +1,4 @@
from diceplayer.shared.environment.atom import Atom
from diceplayer.environment import Atom
import unittest

View File

@@ -1,5 +1,4 @@
from diceplayer.shared.environment.atom import Atom
from diceplayer.shared.environment.molecule import Molecule
from diceplayer.environment import Atom, Molecule
import numpy as np
import numpy.testing as npt

View File

@@ -1,5 +1,4 @@
from diceplayer.shared.environment.molecule import Molecule
from diceplayer.shared.environment.system import System
from diceplayer.environment import Molecule, System
import unittest