v1.1.0
This commit is contained in:
@@ -1,7 +1,19 @@
|
||||
from .baloo_tools import BalooTools
|
||||
|
||||
|
||||
def get_info(id):
|
||||
"""Interfaz simplificada para la librería."""
|
||||
tools = BalooTools()
|
||||
return tools.get_info(id)
|
||||
|
||||
|
||||
def get_resolution(id):
|
||||
"""Interfaz simplificada para la librería."""
|
||||
tools = BalooTools()
|
||||
return tools.get_resolution(id)
|
||||
|
||||
|
||||
def get_tags(id):
|
||||
"""Interfaz simplificada para la librería."""
|
||||
tools = BalooTools()
|
||||
return tools.get_tags(id)
|
||||
|
||||
Reference in New Issue
Block a user