# myaccount.py # Call the header function from mymodules import myfooter, myheader myheader() # calling the myheader function in mymodules # Container for myaccount print("My Account Stuff") # Footer Function myfooter()