acecalisto3 commited on
Commit
b3b329a
·
verified ·
1 Parent(s): 9f70946

Update types.py

Browse files
Files changed (1) hide show
  1. types.py +2 -0
types.py CHANGED
@@ -1,3 +1,5 @@
 
 
1
  class Code:
2
  def __init__(self, code: str, language: str):
3
  self.code = code
 
1
+ from custom_types import SomeClass # Updated import
2
+
3
  class Code:
4
  def __init__(self, code: str, language: str):
5
  self.code = code