Skip to content

Commit

Permalink
Add stubfile
Browse files Browse the repository at this point in the history
  • Loading branch information
robbibt authored Dec 20, 2024
1 parent a22f075 commit 3a5d4a9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pyTMD.pyi
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
from typing import List, Union

import numpy as np

# Add any type stubs needed to override the problematic ones
coefficients: Union[List, np.ndarray]

0 comments on commit 3a5d4a9

Please sign in to comment.