Fix for python validation check.

This commit is contained in:
sajidsarker
2022-07-15 16:26:38 +04:30
parent 83bb9bd558
commit b5aa8823ce

View File

@@ -6,6 +6,8 @@ Competitive Game of Life (two or more players).
Ported by Sajid Sarker (2022).
'''
from typing import List
# Global Variable Initialisation
gn: List[int] = []
gx: List[int] = []