Last active
January 7, 2021 18:40
-
-
Save BarisSari/5c516fd5875c6f25810daddfb03206e0 to your computer and use it in GitHub Desktop.
src/bar/first_module.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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