예제 #1
0
 def get(self):
     return jsonify(
         number_palindromes=Palindrome.get_num_palindromes(data_file))