Files
nested_repo/program/utils/used.py
2026-04-19 20:51:52 -07:00

6 lines
115 B
Python

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