File: __init__.py

package info (click to toggle)
graphql-relay 3.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 416 kB
  • sloc: python: 3,006; sh: 14; makefile: 4
file content (5 lines) | stat: -rw-r--r-- 105 bytes parent folder | download
1
2
3
4
5
"""Tests for graphql_relay.utils and test utilities"""

from .dedent import dedent

__all__ = ["dedent"]