mirror of
https://github.com/Crocmagnon/charasheet.git
synced 2025-04-07 18:26:27 +02:00
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
6a54f41acc
commit
af9fbf83a5
1 changed files with 2 additions and 2 deletions
|
@ -4,11 +4,11 @@ from .equipment import Weapon
|
||||||
|
|
||||||
__all__ = [
|
__all__ = [
|
||||||
"Capability",
|
"Capability",
|
||||||
"Path",
|
|
||||||
"RacialCapability",
|
|
||||||
"Character",
|
"Character",
|
||||||
"HarmfulState",
|
"HarmfulState",
|
||||||
|
"Path",
|
||||||
"Profile",
|
"Profile",
|
||||||
"Race",
|
"Race",
|
||||||
|
"RacialCapability",
|
||||||
"Weapon",
|
"Weapon",
|
||||||
]
|
]
|
||||||
|
|
Loading…
Add table
Reference in a new issue