Skip to content

Instantly share code, notes, and snippets.

@remyleone
Created August 6, 2018 13:10
Show Gist options
  • Select an option

  • Save remyleone/8ae9347825eb6c44e764425f367d1c2e to your computer and use it in GitHub Desktop.

Select an option

Save remyleone/8ae9347825eb6c44e764425f367d1c2e to your computer and use it in GitHub Desktop.
def hello_plop():
print("Coucou from plop")
from plop import hello_plop
def hello_plup():
print("Coucou from plup")
if __name__ == '__main__':
hello_plup()
hello_plop()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment