Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
MAminSFV committed Sep 12, 2024
1 parent 7042aeb commit 8a52114
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/drake_extension/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
from __future__ import annotations
from pydrake.systems.framework import LeafSystem
from .drake_extension_ext import __doc__, SimpleAdder

__all__ = ["__doc__", "SimpleAdder"]
__all__ = ["__doc__", "SimpleAdder", "LeafSystem"]

0 comments on commit 8a52114

Please sign in to comment.