mirror of
https://github.com/Garmelon/PFERD.git
synced 2023-12-21 10:23:01 +01:00
9 lines
224 B
Python
9 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
|