5 lines
80 B
Python
5 lines
80 B
Python
# -*- coding: utf-8 -*-
|
|
from __future__ import annotations
|
|
|
|
version = '25.9.18'
|