synth-ai 0.1.0.dev49__py3-none-any.whl → 0.1.0.dev50__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- synth_ai/__init__.py +3 -0
- {synth_ai-0.1.0.dev49.dist-info → synth_ai-0.1.0.dev50.dist-info}/METADATA +1 -1
- synth_ai-0.1.0.dev50.dist-info/RECORD +6 -0
- synth_ai-0.1.0.dev49.dist-info/RECORD +0 -6
- {synth_ai-0.1.0.dev49.dist-info → synth_ai-0.1.0.dev50.dist-info}/WHEEL +0 -0
- {synth_ai-0.1.0.dev49.dist-info → synth_ai-0.1.0.dev50.dist-info}/licenses/LICENSE +0 -0
- {synth_ai-0.1.0.dev49.dist-info → synth_ai-0.1.0.dev50.dist-info}/top_level.txt +0 -0
synth_ai/__init__.py
CHANGED
@@ -4,4 +4,7 @@ Synth AI - Software for aiding the best and multiplying the will.
|
|
4
4
|
|
5
5
|
from importlib.metadata import version
|
6
6
|
|
7
|
+
from .zyk import LM # Assuming LM is in zyk.py in the same directory
|
8
|
+
|
7
9
|
__version__ = version("synth-ai") # Gets version from installed package metadata
|
10
|
+
__all__ = ["LM"] # Explicitly define public API
|
@@ -0,0 +1,6 @@
|
|
1
|
+
synth_ai/__init__.py,sha256=6e_S1pzQpTcURfvJX9Vyd2ZBlHd98LhseeYUlFptN3s,317
|
2
|
+
synth_ai-0.1.0.dev50.dist-info/licenses/LICENSE,sha256=ynhjRQUfqA_RdGRATApfFA_fBAy9cno04sLtLUqxVFM,1069
|
3
|
+
synth_ai-0.1.0.dev50.dist-info/METADATA,sha256=RBepPnjBxtIJkkaBarnZ9Zx8RG6w8drL5YnsUeKRca0,2731
|
4
|
+
synth_ai-0.1.0.dev50.dist-info/WHEEL,sha256=Nw36Djuh_5VDukK0H78QzOX-_FQEo6V37m3nkm96gtU,91
|
5
|
+
synth_ai-0.1.0.dev50.dist-info/top_level.txt,sha256=fBmtZyVHuKaGa29oHBaaUkrUIWTqSpoVMPiVdCDP3k8,9
|
6
|
+
synth_ai-0.1.0.dev50.dist-info/RECORD,,
|
@@ -1,6 +0,0 @@
|
|
1
|
-
synth_ai/__init__.py,sha256=bf6Bd1RWGWHYrBUBvkQpqIyZhPFP_RmO49QftIKO92k,197
|
2
|
-
synth_ai-0.1.0.dev49.dist-info/licenses/LICENSE,sha256=ynhjRQUfqA_RdGRATApfFA_fBAy9cno04sLtLUqxVFM,1069
|
3
|
-
synth_ai-0.1.0.dev49.dist-info/METADATA,sha256=hu5NnTZCAsF1yOHU3Vta564QhNAgbpjdP63MlW9x4ck,2731
|
4
|
-
synth_ai-0.1.0.dev49.dist-info/WHEEL,sha256=Nw36Djuh_5VDukK0H78QzOX-_FQEo6V37m3nkm96gtU,91
|
5
|
-
synth_ai-0.1.0.dev49.dist-info/top_level.txt,sha256=fBmtZyVHuKaGa29oHBaaUkrUIWTqSpoVMPiVdCDP3k8,9
|
6
|
-
synth_ai-0.1.0.dev49.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|