mirror of
https://github.com/kristoferssolo/solorice.git
synced 2025-10-21 20:10:34 +00:00
28 lines
1.0 KiB
Python
28 lines
1.0 KiB
Python
from....import a
|
|
from...import b
|
|
from..import c
|
|
from.import d
|
|
|
|
|
|
|
|
from : keyword.control.import.python, source.python
|
|
.... : punctuation.separator.period.python, source.python
|
|
import : keyword.control.import.python, source.python
|
|
: source.python
|
|
a : source.python
|
|
from : keyword.control.import.python, source.python
|
|
... : punctuation.separator.period.python, source.python
|
|
import : keyword.control.import.python, source.python
|
|
: source.python
|
|
b : source.python
|
|
from : keyword.control.import.python, source.python
|
|
.. : punctuation.separator.period.python, source.python
|
|
import : keyword.control.import.python, source.python
|
|
: source.python
|
|
c : source.python
|
|
from : keyword.control.import.python, source.python
|
|
. : punctuation.separator.period.python, source.python
|
|
import : keyword.control.import.python, source.python
|
|
: source.python
|
|
d : source.python
|