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