File: explicit_relative.py

package info (click to toggle)
python-mitogen 0.3.36-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,708 kB
  • sloc: python: 24,457; sh: 198; makefile: 74; perl: 19; ansic: 18
file content (9 lines) | stat: -rw-r--r-- 153 bytes parent folder | download
1
2
3
4
5
6
7
8
9
# pyright: reportMissingImports=false
# ruff: noqa: E401 E702 F401 F403

from . import a
from .b import c, d as e
from ... import (
    f,
    j as k,
)