From 55b2c670a6ec8b3e620de14768dd90d6d251e605 Mon Sep 17 00:00:00 2001 From: dcsena Date: Sun, 19 Mar 2023 17:39:25 -0400 Subject: [PATCH] adding yourbase --- test/__init__.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/__init__.py b/test/__init__.py index e69de29bb..716993420 100644 --- a/test/__init__.py +++ b/test/__init__.py @@ -0,0 +1,4 @@ +import unittest +import yourbase + +yourbase.attatch(unittest) \ No newline at end of file