use all caps for constants

This commit is contained in:
Michael Yang
2023-06-30 10:35:26 -07:00
parent 4d0eb7639a
commit 07d8d56177
3 changed files with 9 additions and 9 deletions

View File

@@ -31,7 +31,7 @@ def main():
)
# create models home if it doesn't exist
os.makedirs(model.models_home, exist_ok=True)
os.makedirs(model.MODELS_CACHE_PATH, exist_ok=True)
subparsers = parser.add_subparsers(
title='commands',