mirror of
https://github.com/pocketpy/pocketpy
synced 2026-02-04 14:40:16 +00: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' |