Add Never

This commit is contained in:
Shunsuke Shibayama 2022-12-17 12:45:35 +09:00
parent 4ca3285853
commit 261927e0f9
2 changed files with 3 additions and 1 deletions

View file

@ -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