There was an error while loading. Please reload this page.
1 parent 7e8f758 commit 8256bbdCopy full SHA for 8256bbd
api/index.py
@@ -1,3 +1,8 @@
1
+# -*- coding: UTF-8 -*-
2
+import requests
3
+import re
4
+from http.server import BaseHTTPRequestHandler
5
+import json
6
def list_split(items, n):
7
return [items[i:i + n] for i in range(0, len(items), n)]
8
def no_to_0(x):
0 commit comments