Files
BagheeraSearch/baloo_tools/__init__.py
Ignacio Serantes 3fb55ee4f3 First commit
2026-03-22 18:13:22 +01:00

8 lines
174 B
Python

from .baloo_tools import BalooTools
def get_resolution(id):
"""Interfaz simplificada para la librería."""
tools = BalooTools()
return tools.get_resolution(id)