We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a1cc57 commit 5ac2962Copy full SHA for 5ac2962
src/flint/flint_base/flint_base.pyx
@@ -1,2 +1,5 @@
1
-cdef class flint_scalar:
+cdef class flint_elem:
2
+ pass
3
+
4
+cdef class flint_scalar(flint_elem):
5
pass
0 commit comments