This is getting better and better

This commit is contained in:
2023-07-12 15:15:25 +02:00
parent 8d5ad7c62d
commit eec9c82a83
16 changed files with 17 additions and 14 deletions
Binary file not shown.
+1 -1
View File
@@ -24,7 +24,7 @@ class Cell:
exchange: None
def __init__(self,name,x,y,area,pop,demand,world) -> None:
pop=pop*100
pop=pop*10
self.name=name
self.loc_x=x
self.loc_y=y