restructure as domain-driven design architecture

This commit is contained in:
Adam Wilson
2025-05-23 13:48:29 -06:00
parent ff429365ac
commit 8bb4a473ca
30 changed files with 226 additions and 382 deletions
+10
View File
@@ -0,0 +1,10 @@
from setuptools import setup
PACKAGE_NAME = 'text_generation'
setup(
name=PACKAGE_NAME,
version='0.1',
packages=[PACKAGE_NAME]
)