# Nothing to see here, this file is just empty to support a imp.load_source # without doing anything from __future__ import annotations class test: def __init__(self, *args, **kwargs): pass