Skip to content

Commit

Permalink
Базовый класс
Browse files Browse the repository at this point in the history
  • Loading branch information
themanyfaceddemon committed Jul 28, 2024
1 parent b3ad230 commit f97345c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
Empty file.
6 changes: 6 additions & 0 deletions Code/systems/audio_system/audio_manager.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
from pydub import AudioSegment
from pydub.playback import play


class AudioManager:
__slots__ = []
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ Pillow
PyQt6
PyYAML
requests
pydub

0 comments on commit f97345c

Please sign in to comment.