keep-it-secret/tests/fixtures/testing/example.py
2024-01-04 20:30:54 +01:00

8 lines
156 B
Python

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