payment/payment_backend/services/user.py

7 lines
81 B
Python
Raw Normal View History

from custom_decorators import singleton
@singleton
class UserService:
pass