Add run script

This commit is contained in:
Jimmy 2025-09-08 23:17:50 +12:00
parent b77b29415c
commit ddbf4a00f4
1 changed files with 4 additions and 0 deletions

View File

@ -10,3 +10,7 @@ websockets = "*"
[requires]
python_version = "3.12"
[scripts]
run = 'watchfiles "python main.py" main.py networking.py settings.py color_utils.py'