6 lines
104 B
Cython
6 lines
104 B
Cython
|
from .transition_system cimport TransitionSystem
|
||
|
|
||
|
|
||
|
cdef class BiluoPushDown(TransitionSystem):
|
||
|
pass
|