mirror of
https://github.com/erg-lang/erg.git
synced 2025-09-30 12:51:10 +00:00
Add Never
This commit is contained in:
parent
4ca3285853
commit
261927e0f9
2 changed files with 3 additions and 1 deletions
|
@ -7,3 +7,5 @@ from _erg_str import Str, StrMut
|
|||
from _erg_array import Array
|
||||
from _erg_in_operator import in_operator
|
||||
from _erg_mutate_operator import mutate_operator
|
||||
|
||||
class Never: pass
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue