Files
WYGIWYH/app/apps/transactions/views/__init__.py
2024-10-16 00:16:48 -03:00

6 lines
130 B
Python

from .transactions import *
from .tags import *
from .categories import *
from .actions import *
from .installment_plans import *