6 lines
No EOL
118 B
Python
6 lines
No EOL
118 B
Python
from ...core.enums.game import FeatureSource
|
|
from ...core.stuctures.character import Feature
|
|
|
|
DARKVISION = Feature(
|
|
|
|
) |