Spaces:
Running
on
Zero
Running
on
Zero
from src.services.user_service import UserService | |
def main(): | |
user_service = UserService() | |
user_service.create_user("John Doe", "john@example.com") | |
if __name__ == "__main__": | |
main() |