PRANAV05092003's picture
Fixed structure (moved files to root)
bc5030f
raw
history blame contribute delete
156 Bytes
"""Datasets and sample code providers for ACRE."""
from .code_samples import CodeSample, CodeSampleDataset
__all__ = ["CodeSample", "CodeSampleDataset"]