Skip to content

Commit 50b6e80

Browse files
refactor: classes (#22)
1 parent 29bfd43 commit 50b6e80

5 files changed

Lines changed: 3 additions & 3 deletions

File tree

python_coderunner/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
from .src.coderunner import TCodeRunner
2-
from .src.coderunner_builder import TVimCodeRunnerFactory
2+
from .src.coderunner_factory import TVimCodeRunnerFactory

python_coderunner/src/coderunner_builder/__init__.py

Lines changed: 0 additions & 2 deletions
This file was deleted.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
from .interface import ICodeRunnerFactory
2+
from .vim_coderunner_factory import TVimCodeRunnerFactory
File renamed without changes.

python_coderunner/src/coderunner_builder/vim_coderunner_builder.py renamed to python_coderunner/src/coderunner_factory/vim_coderunner_factory.py

File renamed without changes.

0 commit comments

Comments
 (0)