File size: 101 Bytes
d942a9b
 
 
 
 
1
2
3
4
5
6
"""Init."""
__version__ = "0.1.0a0"
from .radio_embed import radio_embed

__all__ = ("radio_embed",)