mirror of
https://github.com/python/cpython.git
synced 2025-11-09 01:51:26 +00:00
3 lines
53 B
Python
3 lines
53 B
Python
|
|
import sys
|
||
|
|
sys.modules['ni'] = sys.modules[__name__]
|