Duplicated from jadechoghari/OpenMusic
9b9e0ee
1
2
3
4
5
6
7
8
9
from .models_hifires import Generator_HiFiRes from .models import Generator as Generator class AttrDict(dict): def __init__(self, *args, **kwargs): super(AttrDict, self).__init__(*args, **kwargs) self.__dict__ = self