payment/payment_backend/services/user.py

7 lines
81 B
Python
Raw Normal View History

2024-11-11 10:23:57 +00:00
from custom_decorators import singleton
@singleton
class UserService:
pass