• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# From Imports
2
3This test case simulates imports of the form:
4
5```python
6from foo import bar
7```
8