Add be_init_project to scripts

This commit is contained in:
2022-11-21 00:07:29 +01:00
parent 7e9bd7ae4a
commit e76366561c
3 changed files with 37 additions and 1 deletions

View File

@@ -38,6 +38,7 @@ def script_names():
"print_strees",
"report",
"summary",
"init_project",
]
result = []
for script in scripts: