Skip to content

Commit

Permalink
Merge pull request #32 from HEnquist/restructure
Browse files Browse the repository at this point in the history
Restructure
  • Loading branch information
HEnquist authored Sep 5, 2024
2 parents 95ed7f7 + ffa9a4f commit 0d5411c
Show file tree
Hide file tree
Showing 26 changed files with 1,058 additions and 965 deletions.
5 changes: 4 additions & 1 deletion camilladsp/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,11 @@
Python library for communicating with CamillaDSP.
"""

from camilladsp.camilladsp import CamillaClient, CamillaError
from camilladsp.camilladsp import CamillaClient
from camilladsp.datastructures import (
ProcessingState,
StopReason,
CamillaError,
)

from camilladsp.versions import VERSION
Loading

0 comments on commit 0d5411c

Please sign in to comment.