Skip to content

Commit

Permalink
Add __init__.py to allow for importing
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliver Copping committed Apr 18, 2024
1 parent 8ab9f57 commit 58dee5d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/ophyd_async/sim/demo/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
from .sim_motor import SimMotor

__all__ = ["SimMotor"]

0 comments on commit 58dee5d

Please sign in to comment.