2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-17 20:45:44 +00:00

Add docstring to Company app

This commit is contained in:
Oliver Walters
2019-04-27 20:43:27 +10:00
parent d9169a0dd1
commit c3f0570926
4 changed files with 43 additions and 3 deletions

View File

@ -1,7 +1,5 @@
"""
Build models
Defines the database models for part Builds
Build database model definitions
"""
# -*- coding: utf-8 -*-