Skip to content

Instantly share code, notes, and snippets.

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