reorganize to flat package structure

This commit is contained in:
2026-05-13 15:43:42 -05:00
parent ffb9f743c8
commit a7cc19c1f9
3 changed files with 1 additions and 1 deletions

View File

@@ -0,0 +1,3 @@
from .stuff import Particle, cloud
__all__ = ["Particle", "cloud"]