main 0.4.8
Kye 2 years ago
parent eea5f99be0
commit 091ed07f97

@ -4,7 +4,7 @@ from setuptools import setup, find_packages
setup(
name = 'swarms',
packages = find_packages(exclude=[]),
version = '0.4.7',
version = '0.4.8',
license='MIT',
description = 'Swarms - Pytorch',
author = 'Kye Gomez',

@ -435,8 +435,7 @@ import time
from datetime import datetime
from typing import Dict, List
from swarms.utils import ANSI, Color, Style
from swarms.utils import ANSI, Color, Style # test
class Terminal(BaseToolSet):

Loading…
Cancel
Save