mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Add buff-contrib's exportable resources to outer package for import direct from the buff package.
This commit is contained in:
parent
1f5fe9f1c3
commit
a1023ebc7e
2 changed files with 6 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue