deepthoughthttp

Python implementation of the Deep Thought Library


Keywords
orm, api-centered, deep-thought
License
MIT
Install
pip install deepthoughthttp==1.0.0

Documentation

deep-thought.py

Python implementation of the Deep Thought Library

Getting Started

Install Deep Thought for Python

pip install deepthought

Hello World

To confirm that everything is set up and working, run the following script:

from deepthought.utils.DTLog import DTLog

DTLog.debug("Hello, world!")