Files

6 lines
128 B
Python
Raw Permalink Normal View History

__version__ = "{{VERSION_PLACEHOLDER}}" if "{" not in "{{VERSION_PLACEHOLDER}}" else "0.0.0"
#Exported functions
2025-03-04 16:57:15 +01:00
__all__ = []