Files
firegex-traffic-viewer/fgex-lib/firegex/__init__.py

7 lines
133 B
Python

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