diff --git a/app/controller/Users.py b/app/controller/Users.py index 412608b..59b821c 100644 --- a/app/controller/Users.py +++ b/app/controller/Users.py @@ -1,7 +1,7 @@ from fastapi import status from fastapi.encoders import jsonable_encoder from fastapi.responses import JSONResponse -from service.Social import SocialService +from external.Social import SocialService from service.Users import UsersService diff --git a/app/service/Social.py b/app/external/Social.py similarity index 100% rename from app/service/Social.py rename to app/external/Social.py diff --git a/app/external/__init__.py b/app/external/__init__.py new file mode 100644 index 0000000..e69de29