reframe / setup.py
macayaven's picture
feat: initial implementation of the re-frame Cognitive Reframing Assistant, including core functionality, UI components, and localization support. Added .gitignore, configuration files, and initial tests.
27fd523
raw
history blame
69 Bytes
from setuptools import setup
if __name__ == "__main__":
setup()