mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-29 18:17:08 +07:00
GitOrigin-RevId: 218984c89d2229b6a32947650f46df4f1c3aecef
7 lines
74 B
Python
7 lines
74 B
Python
"""Module docstring"""
|
|
|
|
__author__ = "aknizev"
|
|
|
|
from src import foo
|
|
|
|
foo() |