Upload instructions.py with huggingface_hub
Browse files- instructions.py +2 -2
instructions.py
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
-
from .artifact import Artifact
|
2 |
-
|
3 |
from abc import ABC, abstractmethod
|
4 |
from typing import Dict
|
5 |
|
|
|
|
|
6 |
|
7 |
class Instruction(Artifact):
|
8 |
@abstractmethod
|
|
|
|
|
|
|
1 |
from abc import ABC, abstractmethod
|
2 |
from typing import Dict
|
3 |
|
4 |
+
from .artifact import Artifact
|
5 |
+
|
6 |
|
7 |
class Instruction(Artifact):
|
8 |
@abstractmethod
|