6 lines
145 B
Python
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()) |