This repository has been archived on 2023-06-09. You can view files and clone it, but cannot push or open issues or pull requests.
jarvis-server/intents/daily/date_and_time/intent.py
Mathieu B 8131b046b2 Base
2021-07-26 18:23:32 +02:00

14 lines
196 B
Python

import utils.intents_utils
def what_time_is_it():
return ""
def what_day_is_it():
return ""
if __name__ == '__main__':
print(utils.intents_utils.get_response("what_time_is_it"))