Compare commits

..

2 Commits

Author SHA1 Message Date
chacha
2837b6439f cleaning 2025-09-20 18:57:32 +02:00
chacha
b4d6ed6130 add missing __init__ files 2025-09-20 18:48:17 +02:00
4 changed files with 2 additions and 0 deletions

Binary file not shown.

View File

View File

@@ -36,3 +36,5 @@ from .exception import (
InvalidFeatureInheritance,
FeatureNotBound,
)
__all__ = [name for name in globals() if not name.startswith("_")]

View File