5 lines
121 B
Python
5 lines
121 B
Python
|
|
from .kunlun import KunlunPlatform
|
||
|
|
|
||
|
|
current_platform = KunlunPlatform()
|
||
|
|
|
||
|
|
__all__ = ["current_platform", "KunlunPlatform"]
|