mirror of
https://github.com/MuRuLOSE/limoka.git
synced 2026-06-17 23:04:17 +02:00
Commited backup
This commit is contained in:
13
MuRuLOSE/HikkaModulesRepo/autofull.py
Normal file
13
MuRuLOSE/HikkaModulesRepo/autofull.py
Normal file
@@ -0,0 +1,13 @@
|
||||
# I'm too lazy to update full.txt every time, so automation
|
||||
|
||||
import glob
|
||||
|
||||
|
||||
modules = glob.glob("*.py")
|
||||
modules.remove("!example.py")
|
||||
modules.remove("autofull.py")
|
||||
|
||||
mods = '\n'.join(modules).replace('.py','')
|
||||
|
||||
with open('full.txt', 'w') as f:
|
||||
f.write(mods)
|
||||
Reference in New Issue
Block a user