diff --git a/CAPI/python/PyAPI/constants.py b/CAPI/python/PyAPI/constants.py index 7546c6ff..b94afb62 100644 --- a/CAPI/python/PyAPI/constants.py +++ b/CAPI/python/PyAPI/constants.py @@ -1,9 +1,4 @@ -from ast import Constant -from asyncio import constants - - - -class Constants(NoInstance): +class Constants: frameDuration = 50 numofGridPerCell = 1000 rows = 50