equal
deleted
inserted
replaced
4 # Copyright 2007 Chris Mason <chris.mason@oracle.com> |
4 # Copyright 2007 Chris Mason <chris.mason@oracle.com> |
5 # Copyright 2018 Octobus <octobus@octobus.net> |
5 # Copyright 2018 Octobus <octobus@octobus.net> |
6 # |
6 # |
7 # This software may be used and distributed according to the terms of the |
7 # This software may be used and distributed according to the terms of the |
8 # GNU General Public License version 2 or any later version. |
8 # GNU General Public License version 2 or any later version. |
|
9 |
|
10 from __future__ import annotations |
9 |
11 |
10 import typing |
12 import typing |
11 |
13 |
12 from typing import ( |
14 from typing import ( |
13 Any, |
15 Any, |