You've already forked PythonLib
mirror of
https://github.com/lifebottle/PythonLib.git
synced 2026-02-13 15:25:50 -08:00
add ToolsTODDC.py with Init
This commit is contained in:
24
ToolsTODDC.py
Normal file
24
ToolsTODDC.py
Normal file
@@ -0,0 +1,24 @@
|
||||
from ToolsTales import ToolsTales
|
||||
import subprocess
|
||||
from dicttoxml import dicttoxml
|
||||
import json
|
||||
import struct
|
||||
import shutil
|
||||
import os
|
||||
import re
|
||||
import pandas as pd
|
||||
import xml.etree.ElementTree as ET
|
||||
import lxml.etree as etree
|
||||
import comptolib
|
||||
from xml.dom import minidom
|
||||
from pathlib import Path
|
||||
import string
|
||||
import io
|
||||
|
||||
class ToolsTODDC(ToolsTales):
|
||||
|
||||
|
||||
def __init__(self, tbl):
|
||||
|
||||
super().__init__("TODDC", tbl, "Tales-of-Destiny-DC")
|
||||
|
||||
Reference in New Issue
Block a user