Skip to content

Commit

Permalink
restore the chain
Browse files Browse the repository at this point in the history
  • Loading branch information
davidvonthenen committed Dec 12, 2023
1 parent ec09a4d commit 7e861a0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deepgram/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
)

# utilities
from .audio.microphone import Microphone
from .audio.microphone import (
from .audio import Microphone
from .audio import (
LOGGING,
CHANNELS,
RATE,
Expand Down
6 changes: 6 additions & 0 deletions deepgram/audio/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Copyright 2023 Deepgram SDK contributors. All Rights Reserved.
# Use of this source code is governed by a MIT license that can be found in the LICENSE file.
# SPDX-License-Identifier: MIT

from .microphone import Microphone
from .microphone import LOGGING, CHANNELS, RATE, CHUNK

0 comments on commit 7e861a0

Please sign in to comment.