braillevision / scripts /download_data.py
Krishna Venkatesh
feat: scaffold BrailleVision app
e923c09
Raw
History Blame Contribute Delete
222 Bytes
"""Placeholder for dataset download automation."""
from __future__ import annotations
def main() -> None:
print("Add dataset URLs here, then save downloads under data/raw/.")
if __name__ == "__main__":
main()