Skip to content

Commit 30fa908

Browse files
committed
update generate file with tool import
1 parent b3a1351 commit 30fa908

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

generate_file.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
See:
2424
2525
\"\"\"
26+
from tool import *
2627
2728
2829
def test():

src/tool/__init__.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,11 @@
77
"""
88

99
import collections
10+
import bisect
11+
12+
from collections import defaultdict, Counter, deque
1013
from typing import List, Optional
14+
from functools import cache, lru_cache
1115

1216

1317
null = None

0 commit comments

Comments
 (0)