mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2025-03-14 17:38:04 -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.
|
||
|
"""
|