You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The file action.py and resource.py both contain the BaseAction and BaseResource which are supposed to be inherit from.
I would like to suggest to change action.py and resource.py into base.py inside the folders actions and resources. Also, the cli.py we should rename it to __main__.py to follow the new standards.
The project structure at the moment looks like this:
The file
action.py
andresource.py
both contain theBaseAction
andBaseResource
which are supposed to be inherit from.I would like to suggest to change
action.py
andresource.py
intobase.py
inside the foldersactions
andresources
. Also, thecli.py
we should rename it to__main__.py
to follow the new standards.Also, here I'm open for suggestions, the
utils.py
file andlogging_utils.py
can create a module namedutils
or be unified in the same file ?The text was updated successfully, but these errors were encountered: