Files
nested_repo_2/program/utils/used.py
2026-02-22 12:42:46 -08:00

6 lines
115 B
Python

from .second_degree_import import import_me_too # noqa: F401
def random_util() -> str:
return "random_util"