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