1
0
mirror of https://github.com/gsi-upm/soil synced 2025-04-24 21:59:05 +00:00
soil/soil/datacollection.py
J. Fernando Sánchez 78833a9e08 Formatted with black
2022-10-16 17:58:19 +02:00

7 lines
153 B
Python

from mesa import DataCollector as MDC
class SoilDataCollector(MDC):
def __init__(self, *args, **kwargs):
super().__init__(*args, **kwargs)