github.com/sercand/please@v13.4.0+incompatible/test/python_rules/pytest/relative_imports/__init__.py (about)

     1  from .dummy import name  # relative import to get name
     2  
     3  
     4  def greetings():
     5      return 'hello world'