missing import sys added

main
Stephan Halder 2023-03-29 15:11:17 +02:00
parent fb120171e1
commit 63bf820faf
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
import sys
from typing import Optional from typing import Optional
import pygame import pygame