inquisitor/sources/importdemohelper.py

7 lines
148 B
Python
Raw Permalink Normal View History

2020-08-06 21:43:55 +00:00
"""
Demonstrates the behavior of imports in sources.
This python file is not a source and will not
"""
secret = f'This string is from {__file__}'