mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2024-11-23 11:48:07 -06:00
8 lines
252 B
Python
8 lines
252 B
Python
from .libloader import *
|
|
|
|
__version__ = 0.1
|
|
__author__ = 'Christopher Toth <q@q-continuum.net>'
|
|
__doc__ = """
|
|
Quickly and easily load shared libraries from various platforms. Also includes a libloader.com module for loading com modules on Windows.
|
|
"""
|