Skip to content

Commit 8256bbd

Browse files
authored
Update index.py
1 parent 7e8f758 commit 8256bbd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

api/index.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# -*- coding: UTF-8 -*-
2+
import requests
3+
import re
4+
from http.server import BaseHTTPRequestHandler
5+
import json
16
def list_split(items, n):
27
return [items[i:i + n] for i in range(0, len(items), n)]
38
def no_to_0(x):

0 commit comments

Comments
 (0)