We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f394f68 commit 578c2fcCopy full SHA for 578c2fc
topofileformats/spm.py
@@ -1,5 +1,6 @@
1
"""For decoding and loading .spm AFM file format into Python Numpy arrays."""
2
3
+from __future__ import annotations
4
from pathlib import Path
5
6
import pySPM
0 commit comments