mirror of
https://github.com/gsi-upm/soil
synced 2025-04-24 21:59:05 +00:00
7 lines
153 B
Python
7 lines
153 B
Python
from mesa import DataCollector as MDC
|
|
|
|
|
|
class SoilDataCollector(MDC):
|
|
def __init__(self, *args, **kwargs):
|
|
super().__init__(*args, **kwargs)
|