File: __init__.py

package info (click to toggle)
python-regex 0.1.20241106-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 3,648 kB
  • sloc: ansic: 49,917; python: 8,677; makefile: 15; sh: 7
file content (3 lines) | stat: -rw-r--r-- 65 bytes parent folder | download | duplicates (4)
1
2
3
from .regex import *
from . import regex
__all__ = regex.__all__