mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-02-04 23:39:07 +07:00
6 lines
204 B
Python
6 lines
204 B
Python
"""Module docstring"""
|
|
|
|
__author__ = "akniazev"
|
|
|
|
<warning descr="from __future__ imports must occur at the beginning of the file"><caret>from __future__ import absolute_import</warning>
|
|
import collections |