mirror of
https://github.com/Garmelon/PFERD.git
synced 2026-04-12 23:45:05 +02:00
8 lines
224 B
Python
8 lines
224 B
Python
# pylint: disable=invalid-name
|
|
|
|
"""
|
|
This module exports only what you need for a basic configuration. If you want a
|
|
more complex configuration, you need to import the other submodules manually.
|
|
"""
|
|
|
|
from .pferd import Pferd
|