modern #2

Merged
absurdo merged 38 commits from modern into master 2025-03-15 00:00:11 +00:00
Showing only changes of commit 17908d0b60 - Show all commits

View file

@ -385,7 +385,7 @@ def start():
models_files=os.listdir(models_path)
m=re.compile(".*\.py$")
m=re.compile(r".*\.py$")
underscore=re.compile("^__.*")