-
Notifications
You must be signed in to change notification settings - Fork 99
Expand file tree
/
Copy pathimport1.py
More file actions
30 lines (27 loc) · 1.06 KB
/
import1.py
File metadata and controls
30 lines (27 loc) · 1.06 KB
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
28
29
30
from ...foo import bar as spam, baz
import time as ham, datetime
from : keyword.control.import.python, source.python
: source.python
... : punctuation.separator.period.python, source.python
foo : source.python
: source.python
import : keyword.control.import.python, source.python
: source.python
bar : source.python
: source.python
as : keyword.control.import.python, source.python
: source.python
spam : source.python
, : punctuation.separator.element.python, source.python
: source.python
baz : source.python
import : keyword.control.import.python, source.python
: source.python
time : source.python
: source.python
as : keyword.control.import.python, source.python
: source.python
ham : source.python
, : punctuation.separator.element.python, source.python
: source.python
datetime : source.python