delete unused file

This commit is contained in:
bacon
2024-03-08 11:04:07 +03:00
parent 73ced2773c
commit 49ebd9af30

View File

@@ -1,5 +0,0 @@
from lib import ListGenerator
for i in ListGenerator('audio'):
print(i.__repr__())
print(f"{i.path}/{i.name}")