Skip to content
Snippets Groups Projects
Commit 2c1c3e4d authored by Lukas Kluft's avatar Lukas Kluft
Browse files

Import functions and constants on package level

The functions are imported into the top-level namespace directly while
the constants are accessible through their submodule namespace.
parent dc3a9aca
No related branches found
No related tags found
1 merge request!1Fix doctests
# content of __init__.py
from .functions import *
from . import constants
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment