Configure entry point

This commit is contained in:
Joscha
2021-04-27 00:29:42 +02:00
parent 27e4abcfa3
commit 5595a908d8
3 changed files with 8 additions and 8 deletions

View File

@ -1,8 +1,2 @@
# 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
def main() -> None:
print("Hello world")