Skip to content
Snippets Groups Projects
Commit 08561d76 authored by Manuel Günther's avatar Manuel Günther
Browse files

Loading our own Library.

parent 7e6cdad8
No related branches found
No related tags found
No related merge requests found
# import Libraries of other lib packages
import bob.io.base
import bob.math
import bob.learn.activation
# import our own Library
import bob.extension
bob.extension.load_bob_library('bob.learn.mlp', __file__)
from ._library import *
from . import version
from .version import module as __version__
......
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