BlueBrain / libsonata

A python and C++ interface to the SONATA format
https://libsonata.readthedocs.io/en/stable/
GNU Lesser General Public License v3.0
11 stars 12 forks source link

Inconsistency in `__init__.py`. #324

Closed 1uc closed 8 months ago

1uc commented 9 months ago

We do

from libsonata._libsonata import (
  ...
  SimulationConfig
  ...
)

but don't include it in __all__.

mgeplf commented 8 months ago

Thanks, fixed.