4 lines
43 B
Python
4 lines
43 B
Python
|
import sys
|
||
|
del sys.modules[__name__]
|
||
|
1 / 0
|