all repos — tnt-search @ 649c266701b16c7eb9ca2582c42e7408de385d1c

A search tool for TNTVillage's dump.

Initial commit
BiRabittoh birabittoh@duck.com
Sun, 09 Jul 2023 07:59:16 +0000
commit

649c266701b16c7eb9ca2582c42e7408de385d1c

2 files changed, 6 insertions(+), 0 deletions(-)

jump to
A .gitmodules

@@ -0,0 +1,3 @@

+[submodule "tntvillage-release-dump"] + path = tntvillage-release-dump + url = https://github.com/edoardopigaiani/tntvillage-release-dump
A main.py

@@ -0,0 +1,3 @@

+#!/usr/local/bin/python3 +if __name__ == '__main__': + print("Hello world")