#5 - cleanup code
This commit is contained in:
@ -2,7 +2,7 @@ print(f"📦 Script lancé : __name__ = {__name__}")
|
||||
import argparse
|
||||
from woocommerce import API as WoocommerceApi
|
||||
#from api_woocommerce import AuthentificationWpApi, MediaManager, CategoryManager, ProductManager, AttributeManager, VariationsManager, TabManager, WooCommerceManager
|
||||
from new_api_woocommerce import AuthentificationWpApi, MediaManager, CategoryManager, ProductManager, AttributeManager, VariationsManager, TabManager, WooCommerceManager
|
||||
from api_woocommerce import AuthentificationWpApi, MediaManager, CategoryManager, ProductManager, AttributeManager, VariationsManager, TabManager, WooCommerceManager
|
||||
import pprint
|
||||
import base64
|
||||
|
||||
|
||||
Reference in New Issue
Block a user