mirror of
https://github.com/pocketpy/pocketpy
synced 2026-06-21 07:57:10 +08:00
5 lines
105 B
Python
5 lines
105 B
Python
assert __package__ == 'test'
|
|
assert __name__ == 'test'
|
|
|
|
import os
|
|
os.environ['STDOUT'] += 'test init!!\n' |