7 lines
87 B
Python
7 lines
87 B
Python
from __future__ import annotations
|
|
|
|
from .hub import Hub
|
|
|
|
|
|
class MetadataHub(Hub): ...
|