Fixed missing imports
This commit is contained in:
@@ -1,7 +1,12 @@
|
||||
from typing import List
|
||||
import bpy
|
||||
|
||||
import numpy
|
||||
|
||||
from typing import List
|
||||
from random import choice
|
||||
from aud import Sound
|
||||
|
||||
|
||||
class SoundBank:
|
||||
def __init__(self, prefix):
|
||||
self.prefix = prefix
|
||||
|
||||
Reference in New Issue
Block a user