Scrython/scrython/bulk_data/__init__.py

3 lines
55 B
Python
Raw Normal View History

from .bulk_data import BulkData
__all__ = ['BulkData']