pferd/PFERD/__init__.py

9 lines
224 B
Python
Raw Normal View History

2020-04-20 19:27:26 +02:00
# pylint: disable=invalid-name
2020-04-20 17:15:47 +02:00
"""
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.
"""
2020-04-23 11:44:13 +02:00
from .pferd import Pferd