spotkin icon indicating copy to clipboard operation
spotkin copied to clipboard

Resolve imports for flask and standalone

Open riverscuomo opened this issue 7 months ago • 1 comments

Running the server with flask run

imports have to have 'spotkin' like from spotkin.scripts.utils

Running as a standalone command line script

now the imports cannot have 'spotkin'. must be like from scripts.utils

riverscuomo avatar Jul 12 '24 16:07 riverscuomo