File: __init__.py

package info (click to toggle)
python-glob2 0.5-6
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 148 kB
  • sloc: python: 443; makefile: 3
file content (5 lines) | stat: -rw-r--r-- 82 bytes parent folder | download | duplicates (3)
1
2
3
4
5
from __future__ import absolute_import
from .impl import *


__version__ = (0, 5)