mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-10 11:44:22 +01:00
bindings/python: Rename package to pyturso
This commit is contained in:
29
bindings/python/turso/__init__.py
Normal file
29
bindings/python/turso/__init__.py
Normal file
@@ -0,0 +1,29 @@
|
||||
from ._turso import (
|
||||
Connection,
|
||||
Cursor,
|
||||
DatabaseError,
|
||||
DataError,
|
||||
IntegrityError,
|
||||
InterfaceError,
|
||||
InternalError,
|
||||
NotSupportedError,
|
||||
OperationalError,
|
||||
ProgrammingError,
|
||||
__version__,
|
||||
connect,
|
||||
)
|
||||
|
||||
__all__ = [
|
||||
"__version__",
|
||||
"Connection",
|
||||
"Cursor",
|
||||
"InterfaceError",
|
||||
"DatabaseError",
|
||||
"DataError",
|
||||
"OperationalError",
|
||||
"IntegrityError",
|
||||
"InternalError",
|
||||
"ProgrammingError",
|
||||
"NotSupportedError",
|
||||
"connect",
|
||||
]
|
||||
0
bindings/python/turso/py.typed
Normal file
0
bindings/python/turso/py.typed
Normal file
Reference in New Issue
Block a user