acecalisto3 commited on
Commit
1e0e73e
1 Parent(s): 6c5b919

Rename custom_types.py to cust_types.py

Browse files
Files changed (1) hide show
  1. custom_types.py → cust_types.py +1 -1
custom_types.py → cust_types.py RENAMED
@@ -1,5 +1,5 @@
1
  from typing import List, Optional
2
- from cust_types import (
3
  Code,
4
  Prompt,
5
  AppType,
 
1
  from typing import List, Optional
2
+ from agent import (
3
  Code,
4
  Prompt,
5
  AppType,