kalliope.py 101 B

1234567
  1. #!/usr/bin/env python
  2. # coding: utf8
  3. import kalliope
  4. if __name__ == '__main__':
  5. kalliope.main()