Skip to content
Snippets Groups Projects
Commit 563d39b8 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

Remove old constructions from initialization

parent 98bfc649
No related branches found
No related tags found
No related merge requests found
from ._convert import convert
from . import log
from . import random
def get_include():
"""Returns the directory containing the C/C++ API include directives"""
return __import__('pkg_resources').resource_filename(__name__, 'include')
__all__ = ['convert', 'log', 'random']
__all__ = []
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