"""Local testing.""" from src.app import handler if __name__ == '__main__': result = handler(None, None) print(result)