forked from erp-dev/erp
feat: printing module
This commit is contained in:
6
api_v1/views/printing/__init__.py
Normal file
6
api_v1/views/printing/__init__.py
Normal file
@@ -0,0 +1,6 @@
|
||||
"""
|
||||
Printing module API views
|
||||
"""
|
||||
from .views import PrintingOrderViewSet, PrintingJobViewSet
|
||||
|
||||
__all__ = ['PrintingOrderViewSet', 'PrintingJobViewSet']
|
||||
Reference in New Issue
Block a user