You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#!/usr/bin/python
|
|
# -*- coding:utf-8 -*-
|
|
# -*-mode:python ; tab-width:4 -*- ex:set tabstop=4 shiftwidth=4 expandtab: -*-
|
|
from .gxiapi import *
|
|
from .gxidef import *
|
|
|
|
|
|
__all__ = ["gxwrapper", "dxwrapper", "gxiapi", "gxidef"]
|
|
|
|
__version__ = '2.0.2405.9231'
|