import DhCharacter from './character.mjs'; import DhAdversary from './adversary.mjs'; import DhEnvironment from './environment.mjs'; export { DhCharacter, DhAdversary, DhEnvironment }; export const config = { character: DhCharacter, adversary: DhAdversary, environment: DhEnvironment };