mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-29 07:03:37 +07:00
Merge-request: IJ-MR-171486 Merged-by: Morgan Bartholomew <morgan.bartholomew@jetbrains.com> GitOrigin-RevId: 968e8d7c03dd7e46ff55316cffd07e7e2a9c7b54
8 lines
103 B
Python
8 lines
103 B
Python
"""This is a module-level docstring."""
|
|
|
|
from __future__ import annotations
|
|
|
|
import os
|
|
|
|
print(os.path)
|