File size: 97 Bytes
1741cfe
 
 
 
1
2
3
4
5
# interfaces/__init__.py
from .interface import create_interface

__all__ = ["create_interface"]