diff options
author | Heiner Lohaus <hlohaus@users.noreply.github.com> | 2024-01-23 12:17:16 +0100 |
---|---|---|
committer | Heiner Lohaus <hlohaus@users.noreply.github.com> | 2024-01-23 12:17:16 +0100 |
commit | e4f743881c915ba250b859d01ef78c7b90a96bf5 (patch) | |
tree | 22e1897967212a209751880cd6f9e3bac82bb9d9 /etc/unittest/__main__.py | |
parent | Check for comments in copilot (diff) | |
download | gpt4free-e4f743881c915ba250b859d01ef78c7b90a96bf5.tar gpt4free-e4f743881c915ba250b859d01ef78c7b90a96bf5.tar.gz gpt4free-e4f743881c915ba250b859d01ef78c7b90a96bf5.tar.bz2 gpt4free-e4f743881c915ba250b859d01ef78c7b90a96bf5.tar.lz gpt4free-e4f743881c915ba250b859d01ef78c7b90a96bf5.tar.xz gpt4free-e4f743881c915ba250b859d01ef78c7b90a96bf5.tar.zst gpt4free-e4f743881c915ba250b859d01ef78c7b90a96bf5.zip |
Diffstat (limited to 'etc/unittest/__main__.py')
-rw-r--r-- | etc/unittest/__main__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/unittest/__main__.py b/etc/unittest/__main__.py index 243c56b2..a133343e 100644 --- a/etc/unittest/__main__.py +++ b/etc/unittest/__main__.py @@ -2,5 +2,6 @@ import unittest from .asyncio import * from .backend import * from .main import * +from .model import * unittest.main()
\ No newline at end of file |