#public


linked/
linked/page.py

content = None
	

main.py

from linked.page import content
	
graph TD; a[hello] --> b[world]