add account types
This commit is contained in:
5
backend/routes/constants/account_types.py
Normal file
5
backend/routes/constants/account_types.py
Normal file
@@ -0,0 +1,5 @@
|
||||
account_types = [
|
||||
("free", "Free"),
|
||||
("lite", "Lite"),
|
||||
('pro', "Pro"),
|
||||
]
|
||||
Reference in New Issue
Block a user