8 lines
118 B
Python
8 lines
118 B
Python
"""
|
|
Infernal
|
|
"""
|
|
from .base import Language
|
|
from .names import Name, NobleName
|
|
|
|
__all__ = [Language, Name, NobleName]
|