File size: 148 Bytes
e328272
 
 
 
 
 
 
1
2
3
4
5
6
7
8
"""GOD simulation package."""

from .config import WorldConfig
from .engine.sim import run_simulation

__all__ = ["WorldConfig", "run_simulation"]