Skip to content

Commit

Permalink
Merge pull request #28 from cisco-open/ver_2.2.0
Browse files Browse the repository at this point in the history
ver 2.2.0
  • Loading branch information
yuhsukeogawa authored Apr 18, 2024
2 parents fccdab7 + d92fd0a commit c7dea62
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions ns_extensions.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,7 @@
limitations under the License.
'''

from pptx import *
import sys, os, re
import numpy as np
import math
import ns_def , ns_ddx_figure
import openpyxl
from pptx import Presentation
from pptx.enum.dml import MSO_LINE
from pptx.enum.text import MSO_ANCHOR, PP_ALIGN, MSO_AUTO_SIZE
from pptx.enum.shapes import MSO_SHAPE, MSO_CONNECTOR
from pptx.dml.color import RGBColor, MSO_THEME_COLOR
from pptx.dml.line import LineFormat
from pptx.shapes.connector import Connector
from pptx.util import Inches, Cm, Pt
import ns_def
from collections import Counter
import tkinter as tk ,tkinter.ttk
import ipaddress
Expand Down

0 comments on commit c7dea62

Please sign in to comment.