mars.py 95 B

123456
  1. from engine.log import info
  2. class HelloMars:
  3. def hey(self):
  4. info('Hi i\'m Mars')