Files
d3i-szct/tp.py
T
2026-06-02 17:46:38 +08:00

6 lines
145 B
Python

import apps
if __name__ == "__main__":
from paste.core import aio_pool
_runner = aio_pool.get_aio_runner()
print(apps.get_version())