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

6 lines
115 B
Python

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