Spaces:
No application file
No application file
File size: 242 Bytes
6755a2d |
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 *
|