We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c47b441 + 057d2bc commit bd5feefCopy full SHA for bd5feef
src/kexxu_eye_sdk/format.py
@@ -1,5 +1,6 @@
1
# Written by: Jurriaan Schreuder
2
3
+from typing import List, Tuple
4
import json
5
6
def openeye_file_to_xy(path: str)-> List[Tuple[int,int]]:
0 commit comments