fix: separate radius module to support separate deployment

This commit is contained in:
UGAIF
2026-06-17 19:04:32 +00:00
parent 289615b3b2
commit b093a80630
50 changed files with 3821 additions and 69 deletions
+4
View File
@@ -0,0 +1,4 @@
"""Device Manager RADIUS Client - Standalone FreeRADIUS module."""
__version__ = "1.0.0"
__all__ = ["device_manager_radius"]