Spaces:
Runtime error
Runtime error
File size: 242 Bytes
0a72c84 |
1 2 3 4 5 6 7 8 9 |
from ...utils.register import Register
AttrRegister = Register(registry_name="attributes")
# must import like bellow to ensure that each class is registered with AttrRegister:
from .human import *
from .render import *
from .style import *
|