(Renting): Created the Renting module and system.

This commit is contained in:
2021-09-16 12:23:06 +03:00
parent 0e63c2da7a
commit f236ca2e97
9 changed files with 605 additions and 1 deletions

View File

@@ -7,4 +7,5 @@ from .user_config import *
from .workout import *
from .todo import *
from .reminders import *
from .renting import *
# from .moderation import *