7 lines
133 B
Python
7 lines
133 B
Python
|
|
__version__ = "{{VERSION_PLACEHOLDER}}" if "{" not in "{{VERSION_PLACEHOLDER}}" else "0.0.0"
|
|
|
|
#Exported functions
|
|
__all__ = [
|
|
|
|
] |