├── Core ├── decor.py ├── nickF.py └── ts.py ├── Images └── gideon.png ├── LICENSE ├── README.md ├── gideon.py └── requirements.txt /Core/decor.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouVBeenHacked/gideon/HEAD/Core/decor.py -------------------------------------------------------------------------------- /Core/nickF.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouVBeenHacked/gideon/HEAD/Core/nickF.py -------------------------------------------------------------------------------- /Core/ts.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouVBeenHacked/gideon/HEAD/Core/ts.py -------------------------------------------------------------------------------- /Images/gideon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouVBeenHacked/gideon/HEAD/Images/gideon.png -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouVBeenHacked/gideon/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouVBeenHacked/gideon/HEAD/README.md -------------------------------------------------------------------------------- /gideon.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouVBeenHacked/gideon/HEAD/gideon.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouVBeenHacked/gideon/HEAD/requirements.txt --------------------------------------------------------------------------------