File: get_version.py

package info (click to toggle)
aioxmlrpc 0.10.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 212 kB
  • sloc: python: 615; makefile: 5
file content (6 lines) | stat: -rw-r--r-- 113 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
import aioxmlrpc

__version__ = aioxmlrpc.__version__

if __name__ == "__main__":
    print(__version__, end="")