You've already forked PythonLib
mirror of
https://github.com/lifebottle/PythonLib.git
synced 2026-02-13 15:25:50 -08:00
11 lines
197 B
Python
11 lines
197 B
Python
from .ToolsTales import ToolsTales
|
|
|
|
class ToolsTODDC(ToolsTales):
|
|
|
|
|
|
def __init__(self, tbl):
|
|
|
|
super().__init__("TODDC", tbl, "Tales-of-Destiny-DC")
|
|
|
|
|