First commit
This commit is contained in:
7
baloo_tools/__init__.py
Normal file
7
baloo_tools/__init__.py
Normal file
@@ -0,0 +1,7 @@
|
||||
from .baloo_tools import BalooTools
|
||||
|
||||
|
||||
def get_resolution(id):
|
||||
"""Interfaz simplificada para la librería."""
|
||||
tools = BalooTools()
|
||||
return tools.get_resolution(id)
|
||||
Reference in New Issue
Block a user