mirror of
https://github.com/kristoferssolo/solorice.git
synced 2025-10-21 20:10:34 +00:00
28 lines
984 B
Python
28 lines
984 B
Python
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
|