File: __init__.py

package info (click to toggle)
python-trame 3.12.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 101,620 kB
  • sloc: python: 13,515; sh: 183; javascript: 93; makefile: 7
file content (11 lines) | stat: -rw-r--r-- 300 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
# Ensure this is imported so that mimetypes.init() is decorated
import trame.assets.mimetypes  # noqa: F401
from trame.app.core import get_client, get_server
from trame.app.klass import TrameApp, TrameComponent

__all__ = [
    "get_server",
    "get_client",
    "TrameApp",
    "TrameComponent",
]