__all__ = ["is_palindrome", "main"] from is_palindrome import is_palindrome from main import main