Files
firegex-traffic-viewer/proxy-client/firegex/__init__.py
2025-02-09 22:43:54 +01:00

7 lines
133 B
Python

__version__ = "{{VERSION_PLACEHOLDER}}" if "{" not in "{{VERSION_PLACEHOLDER}}" else "0.0.0"
#Exported functions
__all__ = [
]