"""Utility functions for the ra-aid project.""" from .file_utils import is_binary_file __all__ = ["is_binary_file"]