mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 14:23:28 +07:00
4 lines
116 B
Python
4 lines
116 B
Python
from collections import deque as d, OrderedDict as od, namedtuple # comment 1; comment 2
|
|
|
|
print(d, od, namedtuple)
|