diff options
Diffstat (limited to 'boltzgas/__init__.py')
-rw-r--r-- | boltzgas/__init__.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/boltzgas/__init__.py b/boltzgas/__init__.py new file mode 100644 index 0000000..3b623dd --- /dev/null +++ b/boltzgas/__init__.py @@ -0,0 +1,4 @@ +import boltzgas.initial_condition +import boltzgas.visual + +from boltzgas.simulation import HardSphereSetup, HardSphereSimulation |