Skip to content

Instantly share code, notes, and snippets.

@BarisSari
Last active January 7, 2021 18:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BarisSari/5c516fd5875c6f25810daddfb03206e0 to your computer and use it in GitHub Desktop.
Save BarisSari/5c516fd5875c6f25810daddfb03206e0 to your computer and use it in GitHub Desktop.
src/bar/first_module.py
def example():
return "Hi from bar"
def example_2():
return "Hi again, this is from bar by the way!"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment