4 lines
86 B
Python
4 lines
86 B
Python
from .utils import empty_list, empty_object
|
|
|
|
__all__ = ['empty_list', 'empty_object']
|