mirror of
https://gitee.com/fasiondog/hikyuu.git
synced 2024-12-01 11:28:32 +08:00
12 lines
342 B
C++
12 lines
342 B
C++
#!/usr/bin/python
|
||
# -*- coding: utf8 -*-
|
||
# cp936
|
||
|
||
#===============================================================================
|
||
# 作者:fasiondog
|
||
# 历史:1)20090527, Added by fasiondog
|
||
#===============================================================================
|
||
|
||
#from singleton import Singleton
|
||
|
||
__all__ = ['mylog', 'unicode'] |