diff --git a/datasets/the-smack/__init__.py b/datasets/the-smack/__init__.py new file mode 100644 index 0000000..662e9c9 --- /dev/null +++ b/datasets/the-smack/__init__.py @@ -0,0 +1,5 @@ +# __init__.py + +from .the_stack_licenses import the_stack_licenses + +__all__ = ["the_stack_licenses"]