2024-06-16 15:51:24 +02:00

15 lines
197 B
Python

# 16.06.24
# Internal utilities
from Src.Util.console import console, msg
# Variable
indice = 5
def search():
"""
Main function of the application for film and series.
"""
pass