mirror of
https://github.com/Kaelio/ktx.git
synced 2026-06-07 07:55:13 +02:00
6 lines
126 B
Python
6 lines
126 B
Python
"""Portable compute package for KTX."""
|
|
|
|
PACKAGE_NAME = "ktx-daemon"
|
|
VERSION = "0.1.0"
|
|
|
|
__all__ = ["PACKAGE_NAME", "VERSION"]
|