├── .idea ├── deployment.xml ├── garbage_app_sever.iml ├── inspectionProfiles │ └── profiles_settings.xml ├── misc.xml ├── modules.xml └── workspace.xml ├── app_sever.py ├── motor.py └── start.sh /.idea/deployment.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PlantBiTree/garbage_app_sever/HEAD/.idea/deployment.xml -------------------------------------------------------------------------------- /.idea/garbage_app_sever.iml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PlantBiTree/garbage_app_sever/HEAD/.idea/garbage_app_sever.iml -------------------------------------------------------------------------------- /.idea/inspectionProfiles/profiles_settings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PlantBiTree/garbage_app_sever/HEAD/.idea/inspectionProfiles/profiles_settings.xml -------------------------------------------------------------------------------- /.idea/misc.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PlantBiTree/garbage_app_sever/HEAD/.idea/misc.xml -------------------------------------------------------------------------------- /.idea/modules.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PlantBiTree/garbage_app_sever/HEAD/.idea/modules.xml -------------------------------------------------------------------------------- /.idea/workspace.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PlantBiTree/garbage_app_sever/HEAD/.idea/workspace.xml -------------------------------------------------------------------------------- /app_sever.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PlantBiTree/garbage_app_sever/HEAD/app_sever.py -------------------------------------------------------------------------------- /motor.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PlantBiTree/garbage_app_sever/HEAD/motor.py -------------------------------------------------------------------------------- /start.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PlantBiTree/garbage_app_sever/HEAD/start.sh --------------------------------------------------------------------------------