Skip to content

Instantly share code, notes, and snippets.

@cypreess
Created June 7, 2018 08:22
Show Gist options
  • Save cypreess/6670a99b2c1cd7b52b24057f68a1debd to your computer and use it in GitHub Desktop.
Save cypreess/6670a99b2c1cd7b52b24057f68a1debd to your computer and use it in GitHub Desktop.
Snipty multi file support demonstration
def left_pad(s, n, c):
return s.rjust(len(s) + n, c)
class EmptyMiddleware:
pass
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment