You've already forked PythonLib
mirror of
https://github.com/lifebottle/PythonLib.git
synced 2026-02-13 15:25:50 -08:00
Folder structure
Trying to make it more package-y
This commit is contained in:
1111
pythonlib/games/ToolsNDX.py
Normal file
1111
pythonlib/games/ToolsNDX.py
Normal file
File diff suppressed because it is too large
Load Diff
10
pythonlib/games/ToolsTODDC.py
Normal file
10
pythonlib/games/ToolsTODDC.py
Normal file
@@ -0,0 +1,10 @@
|
||||
from .ToolsTales import ToolsTales
|
||||
|
||||
class ToolsTODDC(ToolsTales):
|
||||
|
||||
|
||||
def __init__(self, tbl):
|
||||
|
||||
super().__init__("TODDC", tbl, "Tales-of-Destiny-DC")
|
||||
|
||||
|
||||
839
pythonlib/games/ToolsTOR.py
Normal file
839
pythonlib/games/ToolsTOR.py
Normal file
File diff suppressed because it is too large
Load Diff
1114
pythonlib/games/ToolsTales.py
Normal file
1114
pythonlib/games/ToolsTales.py
Normal file
File diff suppressed because it is too large
Load Diff
0
pythonlib/games/__init__.py
Normal file
0
pythonlib/games/__init__.py
Normal file
Reference in New Issue
Block a user