2 lines
96 B
Python
2 lines
96 B
Python
|
from .file_util import write_file, write_file_batch
|
||
|
__all__ = ['write_file', 'write_file_batch']
|