Review changes pt 1

This commit is contained in:
Eduardo Quezada
2024-12-05 07:56:49 -03:00
parent d151e00c70
commit 458bd5ad4d
18 changed files with 75 additions and 81 deletions

View File

@@ -47,4 +47,4 @@ def export_messages(infile, outfile, n=None, indent=0, start=0):
if __name__ == '__main__':
export_messages('emotions.txt', 'emotions.h', n=4, start=42)
export_messages('emotions.txt', 'emotions.h', n=1, start=7)