6 lines
115 B
Python
6 lines
115 B
Python
from .second_degree_import import import_me_too # noqa: F401
|
|
|
|
|
|
def random_util() -> str:
|
|
return "random_util"
|