-
Notifications
You must be signed in to change notification settings - Fork 99
Expand file tree
/
Copy pathimport2.py
More file actions
27 lines (24 loc) · 984 Bytes
/
import2.py
File metadata and controls
27 lines (24 loc) · 984 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
from .... import a
from ... import b
from .. import c
from : keyword.control.import.python, source.python
: source.python
.... : punctuation.separator.period.python, source.python
: source.python
import : keyword.control.import.python, source.python
: source.python
a : source.python
from : keyword.control.import.python, source.python
: source.python
... : punctuation.separator.period.python, source.python
: source.python
import : keyword.control.import.python, source.python
: source.python
b : source.python
from : keyword.control.import.python, source.python
: source.python
.. : punctuation.separator.period.python, source.python
: source.python
import : keyword.control.import.python, source.python
: source.python
c : source.python