mirror of
https://github.com/lightbroker/llmsecops-research.git
synced 2026-07-05 04:27:53 +02:00
restructure as domain-driven design architecture
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
from setuptools import setup
|
||||
|
||||
|
||||
PACKAGE_NAME = 'text_generation'
|
||||
|
||||
setup(
|
||||
name=PACKAGE_NAME,
|
||||
version='0.1',
|
||||
packages=[PACKAGE_NAME]
|
||||
)
|
||||
Reference in New Issue
Block a user