File: __init__.py

package info (click to toggle)
python-glob2 0.5-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 108 kB
  • ctags: 79
  • 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)