diff options
| author | Joshua Liu <joshua.liu@sourceobby.com> | 2025-11-09 15:38:29 -0500 |
|---|---|---|
| committer | Joshua Liu <joshua.liu@sourceobby.com> | 2025-11-09 15:38:29 -0500 |
| commit | fecffeb0013a26867ed445d476b076667a3090f2 (patch) | |
| tree | 5d30a258b35f8addc04e54541b7be8a943fd73e6 /.idea/misc.xml | |
| parent | 2a343208d8e2aaecd010b2ddfbf7c78094e28efa (diff) | |
feat: rewrote main.py to just call bigresult.py
Diffstat (limited to '.idea/misc.xml')
| -rw-r--r-- | .idea/misc.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.idea/misc.xml b/.idea/misc.xml index b5789dd..46c98db 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,4 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <project version="4"> + <component name="Black"> + <option name="sdkName" value="Python 3.13 (bigresultplus)" /> + </component> <component name="ProjectRootManager" version="2" project-jdk-name="Python 3.13 (bigresultplus)" project-jdk-type="Python SDK" /> </project>
\ No newline at end of file |
