cpython/Lib/test/test_lazy_import/data/pkg/bar.py
2026-02-28 01:44:50 +00:00

2 lines
41 B
Python

print("BAR_MODULE_LOADED")
def f(): pass