File: __init__.py

package info (click to toggle)
python-databases 0.9.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 312 kB
  • sloc: python: 3,333; makefile: 11
file content (4 lines) | stat: -rw-r--r-- 110 bytes parent folder | download
1
2
3
4
from databases.core import Database, DatabaseURL

__version__ = "0.9.0"
__all__ = ["Database", "DatabaseURL"]