File: __init__.py

package info (click to toggle)
python-tatsu 5.17.1%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 1,516 kB
  • sloc: python: 13,185; makefile: 127
file content (12 lines) | stat: -rw-r--r-- 444 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
# Copyright (c) 2017-2026 Juancarlo AƱez (apalala@gmail.com)
# SPDX-License-Identifier: BSD-4-Clause

# NOTE: re-exports mostly for bw compatibility
from .abctools import *  # noqa: F403
from .asjson import *  # noqa: F403
from .common import *  # noqa: F403
from .debugging import *  # noqa: F403
from .misc import *  # noqa: F403
from .string import *  # noqa: F403
from .typing import *  # noqa: F403
from .undefined import *  # noqa: F403