Skip to content

Commit

Permalink
put import of Parameter, ParameterGroup back to top-level, for now
Browse files Browse the repository at this point in the history
  • Loading branch information
newville committed Jan 12, 2025
1 parent 04a7247 commit 9b3f86b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions larch/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,12 @@
from .version import __date__, __version__, __release_version__
from .symboltable import Group, isgroup, repr_value
from .larchlib import Make_CallArgs, parse_group_args, isNamedClass, Journal, Entry
from .fitting import Parameter, isParameter, param_value, ParameterGroup

from .inputText import InputText
from .interpreter import Interpreter


from . import larchlib
from . import utils
from . import site_config

0 comments on commit 9b3f86b

Please sign in to comment.