Spaces:
Sleeping
Sleeping
acecalisto3
commited on
Rename cust_types.py to types.py
Browse files- cust_types.py → types.py +6 -0
cust_types.py → types.py
RENAMED
@@ -13,6 +13,12 @@ import os
|
|
13 |
import time
|
14 |
from typing import Optional
|
15 |
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
class Code:
|
17 |
def __init__(self, code: str, language: str):
|
18 |
self.code = code
|
|
|
13 |
import time
|
14 |
from typing import Optional
|
15 |
|
16 |
+
|
17 |
+
class Code:import hashlib
|
18 |
+
import os
|
19 |
+
import time
|
20 |
+
from typing import Optional
|
21 |
+
|
22 |
class Code:
|
23 |
def __init__(self, code: str, language: str):
|
24 |
self.code = code
|