Skip to content

Commit

Permalink
Add all public API parts to __all__ (christiansandberg#462)
Browse files Browse the repository at this point in the history
Co-authored-by: Frieder Schüler <[email protected]>
  • Loading branch information
friederschueler and Frieder Schüler authored Jun 17, 2024
1 parent 11b540a commit 3600880
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions canopen/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,19 @@
# package is not installed
__version__ = "unknown"

Node = RemoteNode

__all__ = [
"Network",
"NodeScanner",
"RemoteNode",
"LocalNode",
"SdoCommunicationError",
"SdoAbortedError",
"import_od",
"export_od",
"ObjectDictionary",
"ObjectDictionaryError",
"BaseNode402",
]
__pypi_url__ = "https://pypi.org/project/canopen/"

Node = RemoteNode

0 comments on commit 3600880

Please sign in to comment.