7 lines
148 B
Python
7 lines
148 B
Python
|
"""
|
||
|
Demonstrates the behavior of imports in sources.
|
||
|
This python file is not a source and will not
|
||
|
"""
|
||
|
|
||
|
secret = f'This string is from {__file__}'
|