mirror of
https://github.com/Arrowar/StreamingCommunity.git
synced 2025-06-07 12:05:35 +00:00
15 lines
197 B
Python
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 |