Add converter, examples, and flavors modules
This commit is contained in:
23
regex_humanizer/flavors/__init__.py
Normal file
23
regex_humanizer/flavors/__init__.py
Normal file
@@ -0,0 +1,23 @@
|
||||
from .registry import (
|
||||
Flavor,
|
||||
FlavorRegistry,
|
||||
FlavorWarning,
|
||||
get_flavor,
|
||||
get_supported_flavors,
|
||||
validate_flavor,
|
||||
detect_flavor,
|
||||
check_feature_support,
|
||||
get_compatibility_warnings,
|
||||
)
|
||||
|
||||
__all__ = [
|
||||
"Flavor",
|
||||
"FlavorRegistry",
|
||||
"FlavorWarning",
|
||||
"get_flavor",
|
||||
"get_supported_flavors",
|
||||
"validate_flavor",
|
||||
"detect_flavor",
|
||||
"check_feature_support",
|
||||
"get_compatibility_warnings",
|
||||
]
|
||||
Reference in New Issue
Block a user