home · contact · privacy
Server, plugin: Refactor thingproliferation (plugin integration).
[plomrogue] / server / config / thingproliferation.py
1 # This file is part of PlomRogue. PlomRogue is licensed under the GPL version 3
2 # or any later version. For details on its copyright, license, and warranties,
3 # see the file NOTICE in the root directory of the PlomRogue source package.
4
5
6 import server.thingproliferation_helpers
7
8
9 field_spreadable = server.thingproliferation_helpers.field_spreadable
10 thingprol_plugin_conditions = \
11     server.thingproliferation_helpers.thingprol_plugin_conditions
12 thingprol_plugin_post_create_hook = \
13     server.thingproliferation_helpers.thingprol_plugin_post_create_hook