main 0.5.0
Kye 2 years ago
parent dc2eb19dec
commit ca3b30f250

@ -4,7 +4,7 @@ from setuptools import setup, find_packages
setup(
name = 'swarms',
packages = find_packages(exclude=[]),
version = '0.4.9',
version = '0.5.0',
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 # test
from swarms.utils.utils import ANSI, Color, Style # test
class Terminal(BaseToolSet):
def __init__(self):

Loading…
Cancel
Save