Renamed function more helpfully

This commit is contained in:
Jamie Hardt
2020-09-20 09:59:56 -07:00
parent ba8f20e0e2
commit 8e695140fb
2 changed files with 2 additions and 3 deletions

View File

@@ -6,7 +6,6 @@ from typing import List
from random import choice
from aud import Sound
class SoundBank:
def __init__(self, prefix):
self.prefix = prefix