justworks_erpnext/justworks_erpnext/justworks_erpnext_connector/doctype/jw_account_mapping/jw_account_mapping.py

11 lines
270 B
Python

# -*- coding: utf-8 -*-
# Copyright (c) 2020, Studio Infinity and contributors
# For license information, please see license.txt
from __future__ import unicode_literals
# import frappe
from frappe.model.document import Document
class JWAccountMapping(Document):
pass