Spaces:
Sleeping
Sleeping
acecalisto3
commited on
Commit
•
1e0e73e
1
Parent(s):
6c5b919
Rename custom_types.py to cust_types.py
Browse files
custom_types.py → cust_types.py
RENAMED
@@ -1,5 +1,5 @@
|
|
1 |
from typing import List, Optional
|
2 |
-
from
|
3 |
Code,
|
4 |
Prompt,
|
5 |
AppType,
|
|
|
1 |
from typing import List, Optional
|
2 |
+
from agent import (
|
3 |
Code,
|
4 |
Prompt,
|
5 |
AppType,
|