mirror of
https://github.com/python/cpython.git
synced 2026-04-17 09:20:43 +00:00
5 lines
105 B
Python
5 lines
105 B
Python
# Test relative imports with lazy keyword
|
|
lazy from . import basic2
|
|
|
|
def get_basic2():
|
|
return basic2
|