load.py 276 B

1234567891011121314
  1. # -*- coding: utf-8 -*-
  2. from __future__ import division
  3. from .__load__ import *
  4. class Robot(object):
  5. def __init__(self, profiling=False):
  6. self.start()
  7. def say(self, content):
  8. print content
  9. def start(self):
  10. self.asr = Demeter.service('arc.load')