File: __init__.py

package info (click to toggle)
magics-python 2%3A1.5.8-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 480 kB
  • sloc: python: 2,238; makefile: 14
file content (5 lines) | stat: -rw-r--r-- 93 bytes parent folder | download | duplicates (2)
1
2
3
4
5
from __future__ import absolute_import

from .Magics import *  # noqa

__version__ = "1.5.8"