equal
deleted
inserted
replaced
1 # bundlecaches.py - utility to deal with pre-computed bundle for servers |
1 # bundlecaches.py - utility to deal with pre-computed bundle for servers |
2 # |
2 # |
3 # This software may be used and distributed according to the terms of the |
3 # This software may be used and distributed according to the terms of the |
4 # GNU General Public License version 2 or any later version. |
4 # GNU General Public License version 2 or any later version. |
|
5 |
|
6 from __future__ import annotations |
5 |
7 |
6 import collections |
8 import collections |
7 import typing |
9 import typing |
8 |
10 |
9 from typing import ( |
11 from typing import ( |