home · contact · privacy
Server, plugin: Refactor thingproliferation (plugin integration).
[plomrogue] / server / config / thingproliferation.py
diff --git a/server/config/thingproliferation.py b/server/config/thingproliferation.py
new file mode 100644 (file)
index 0000000..6074f36
--- /dev/null
@@ -0,0 +1,13 @@
+# This file is part of PlomRogue. PlomRogue is licensed under the GPL version 3
+# or any later version. For details on its copyright, license, and warranties,
+# see the file NOTICE in the root directory of the PlomRogue source package.
+
+
+import server.thingproliferation_helpers
+
+
+field_spreadable = server.thingproliferation_helpers.field_spreadable
+thingprol_plugin_conditions = \
+    server.thingproliferation_helpers.thingprol_plugin_conditions
+thingprol_plugin_post_create_hook = \
+    server.thingproliferation_helpers.thingprol_plugin_post_create_hook