File: __init__.py

package info (click to toggle)
python-regex 0.1.20250918-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,660 kB
  • sloc: ansic: 50,018; python: 8,762; makefile: 15; sh: 7
file content (3 lines) | stat: -rw-r--r-- 65 bytes parent folder | download | duplicates (5)
1
2
3
from .regex import *
from . import regex
__all__ = regex.__all__