Tree: Refactor code organization
Move common functions into their own folder and refactor the backends to use their own folder as well. Also cleanup imports and alphabetize import statments themselves. Finally, move colab and docker into their own folders as well. Signed-off-by: kingbri <bdashore3@proton.me>
This commit is contained in:
parent
ee99349a78
commit
78f920eeda
22 changed files with 41 additions and 42 deletions
2
start.py
2
start.py
|
|
@ -3,7 +3,7 @@ import argparse
|
|||
import os
|
||||
import pathlib
|
||||
import subprocess
|
||||
from args import convert_args_to_dict, init_argparser
|
||||
from common.args import convert_args_to_dict, init_argparser
|
||||
|
||||
|
||||
def get_requirements_file():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue