Files
nested_repo_2/program/utils/used.py
2026-01-02 03:19:44 -08:00

6 lines
115 B
Python

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