xdh
2019-01-07 b2e2ebd12c8d1754ebfcee7f38f59f68b25c91c8
1
2
3
4
5
6
7
8
9
10
11
12
13
# -*- coding: GBK -*-
# ¸÷ÏîÄ¿×Ô¼ºÊµÏֵĻúÆ÷ÈËÏà¹ØÐÅÏ¢ºÍ²Ù×÷
# author: 
# Date: 2011.9.1
# history:  2011.9.1     Created
 
import logging
from Robot.RobotBase import RobotBase
 
class ProjectRobot( RobotBase ):
    def __init__(self, asioMgr, tokenInfo ):
        RobotBase.__init__( self, asioMgr, tokenInfo )