mirror of
https://github.com/login-securite/DonPAPI
synced 2025-04-11 03:32:47 +00:00
7 lines
92 B
Python
7 lines
92 B
Python
#!/usr/bin/env python
|
|
# -*- coding: UTF8 -*-
|
|
|
|
version=(1,7)
|
|
version_string="%s.%s"%version
|
|
|