Refactor imports to use submodule-specific paths and remove generic exports

This commit is contained in:
KaifAhmad1
2025-12-16 17:49:41 +05:30
parent 96702923de
commit adabdd283f
14 changed files with 66 additions and 93 deletions
+1 -1
View File
@@ -72,7 +72,7 @@ Before installing Semantica, ensure you have:
```python
import semantica
print(semantica.version)
print(semantica.__version__)
```
---