mirror of
https://github.com/MuRuLOSE/limoka.git
synced 2026-06-18 23:24:18 +02:00
Commited backup
This commit is contained in:
9
sqlmerr/hikka_mods/_gen_full_txt.py
Normal file
9
sqlmerr/hikka_mods/_gen_full_txt.py
Normal file
@@ -0,0 +1,9 @@
|
||||
import os
|
||||
|
||||
modules = filter(
|
||||
lambda f: f.endswith(".py") and not f.startswith("_"),
|
||||
os.listdir(".")
|
||||
)
|
||||
|
||||
with open("full.txt", "w") as file:
|
||||
file.write("\n".join(m.rstrip(".py") for m in modules))
|
||||
Reference in New Issue
Block a user