From 69978d651e1ffe5aa02cbc44905fcb499c5c9811 Mon Sep 17 00:00:00 2001 From: didim99 Date: Mon, 12 May 2025 15:07:08 +0000 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20=5F=5Finit=5F=5F.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- __init__.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 __init__.py diff --git a/__init__.py b/__init__.py new file mode 100644 index 0000000..ef065d0 --- /dev/null +++ b/__init__.py @@ -0,0 +1,3 @@ + +class A: + a: int = None