summaryrefslogtreecommitdiff
path: root/opendc/models/simulation.py
blob: bb2ef1bc97a259c732d17b24021b5bbdc443ceca (plain)
1
2
3
4
5
from opendc.models.model import Model


class Simulation(Model):
    collection_name = 'simulations'