8 lines
156 B
Python
8 lines
156 B
Python
# -*- coding: utf-8 -*-
|
|
# type: ignore
|
|
from __future__ import annotations
|
|
|
|
from tests.fixtures.models import TestingSecrets
|
|
|
|
__secrets__ = TestingSecrets()
|