add pypy
This commit is contained in:
parent
6deda94630
commit
94aee5115a
2 changed files with 14 additions and 1 deletions
|
@ -29,7 +29,10 @@ from functools import cache, partial, reduce
|
|||
from heapq import heapify, heappop, heappush
|
||||
from pathlib import Path
|
||||
|
||||
import numpy as np
|
||||
try:
|
||||
import numpy as np
|
||||
except:
|
||||
pass
|
||||
|
||||
YEAR: int | None = None
|
||||
DAY: int | None = None
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue