From c0bf71322e4fd510046588e388ada0a81f54631d Mon Sep 17 00:00:00 2001 From: Georgios Andreadis Date: Thu, 25 Jun 2020 17:11:03 +0200 Subject: Implement and test path --- opendc/models/simulation.py | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 opendc/models/simulation.py (limited to 'opendc/models/simulation.py') diff --git a/opendc/models/simulation.py b/opendc/models/simulation.py new file mode 100644 index 00000000..bb2ef1bc --- /dev/null +++ b/opendc/models/simulation.py @@ -0,0 +1,5 @@ +from opendc.models.model import Model + + +class Simulation(Model): + collection_name = 'simulations' -- cgit v1.2.3