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

Loading our own Library.

parent 28bba1a7
Branches
Tags
No related merge requests found
# import Libraries of other lib packages
import bob.io.base
# import our own Library
import bob.extension
bob.extension.load_bob_library('bob.learn.activation', __file__)
from ._library import * from ._library import *
from . import version from . import version
from .version import module as __version__ from .version import module as __version__
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment