Skip to content

Instantly share code, notes, and snippets.

@aawgit
Created March 13, 2020 19:03
Show Gist options
  • Save aawgit/d83358576def920b0acd462542e57d3f to your computer and use it in GitHub Desktop.
Save aawgit/d83358576def920b0acd462542e57d3f to your computer and use it in GitHub Desktop.
import logging
def service_func():
logging.info('From sub modules function')
return 'sub mod result'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment