mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-28 14:54:36 +07:00
Merge-request: IJ-MR-171486 Merged-by: Morgan Bartholomew <morgan.bartholomew@jetbrains.com> GitOrigin-RevId: 968e8d7c03dd7e46ff55316cffd07e7e2a9c7b54
10 lines
180 B
Python
10 lines
180 B
Python
"""This is a module-level docstring."""
|
|
|
|
from __future__ import annotations
|
|
from __future__ import another_one
|
|
|
|
<fold text='import ...'>import os
|
|
import sys</fold>
|
|
|
|
print(os, sys)
|