File: __init__.py

package info (click to toggle)
ormar 0.21.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,856 kB
  • sloc: python: 23,666; makefile: 34; sh: 14
file content (3 lines) | stat: -rw-r--r-- 76 bytes parent folder | download
1
2
3
from .utils import create_drop_database

__all__ = ["create_drop_database"]