Skip to content

Instantly share code, notes, and snippets.

@Mrngilles
Created January 8, 2019 19:20
Show Gist options
  • Save Mrngilles/4846118c9b31445d8d3867523c9fba69 to your computer and use it in GitHub Desktop.
Save Mrngilles/4846118c9b31445d8d3867523c9fba69 to your computer and use it in GitHub Desktop.
@wakeup
def morning_routine():
get_up_from_bed()
go_bathroom()
if scale_available():
get_weight()
drink_water()
write_journal(kind="contrained")
write_journal(kind="free")
meditate(time="15m")
brush_teeth()
shave()
shower()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment