Add buff-contrib's exportable resources to outer package for import direct from the buff package.

This commit is contained in:
Griatch 2024-03-24 17:23:04 +01:00
parent 1f5fe9f1c3
commit a1023ebc7e
2 changed files with 6 additions and 2 deletions

View file

@ -0,0 +1,4 @@
from .buff import (BaseBuff, BuffableProperty, BuffHandler, CmdBuff, # noqa
Mod, cleanup_buffs, tick_buff)
from .samplebuffs import (Exploit, Exploited, Leeching, Poison, Sated, # noqa
StatBuff)

View file

@ -1,2 +1,2 @@
from .llm_client import LLMClient
from .llm_npc import LLMNPC, CmdLLMTalk
from .llm_client import LLMClient # noqa
from .llm_npc import LLMNPC, CmdLLMTalk # noqa