Skip to content

Commit

Permalink
[config] Add KeySetName to all
Browse files Browse the repository at this point in the history
  • Loading branch information
Prometheus3375 committed Jul 19, 2024
1 parent 137ba07 commit 8333dda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solve/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,4 +126,4 @@ def read_config(filepath: str, /) -> Config:
)


__all__ = 'Config', 'read_config'
__all__ = 'KeySetName', 'Config', 'read_config'

0 comments on commit 8333dda

Please sign in to comment.