Skip to content

Commit

Permalink
fix: adds __all__
Browse files Browse the repository at this point in the history
  • Loading branch information
bitwise-constructs committed Nov 20, 2024
1 parent a8a217a commit dedd69c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ape_optimism/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,3 +68,9 @@ def __getattr__(name: str) -> Any:

else:
raise AttributeError(name)

__all__ = [
"NETWORKS",
"Optimism",
"OptimismConfig",
]

0 comments on commit dedd69c

Please sign in to comment.