mirror of
https://github.com/Findus23/se-simulator.git
synced 2024-09-10 05:23:47 +02:00
parent
f581f85f62
commit
de90a78874
8 changed files with 8 additions and 0 deletions
1
apply_colors.py
Normal file → Executable file
1
apply_colors.py
Normal file → Executable file
|
@ -1,3 +1,4 @@
|
|||
#!/usr/bin/env python
|
||||
import utils
|
||||
from models import *
|
||||
from extra_data import site_colors
|
||||
|
|
1
consume.py
Normal file → Executable file
1
consume.py
Normal file → Executable file
|
@ -1,3 +1,4 @@
|
|||
#!/usr/bin/env python
|
||||
import glob
|
||||
import os
|
||||
import shutil
|
||||
|
|
1
create.py
Normal file → Executable file
1
create.py
Normal file → Executable file
|
@ -1,3 +1,4 @@
|
|||
#!/usr/bin/env python
|
||||
import html
|
||||
from urllib.parse import urlparse
|
||||
|
||||
|
|
1
server.py
Normal file → Executable file
1
server.py
Normal file → Executable file
|
@ -1,3 +1,4 @@
|
|||
#!/usr/bin/env python
|
||||
import subprocess
|
||||
import time
|
||||
from io import BytesIO
|
||||
|
|
1
shuffle.py
Normal file → Executable file
1
shuffle.py
Normal file → Executable file
|
@ -1,3 +1,4 @@
|
|||
#!/usr/bin/env python
|
||||
import utils
|
||||
from models import *
|
||||
from extra_data import site_colors
|
||||
|
|
1
text_generator.py
Normal file → Executable file
1
text_generator.py
Normal file → Executable file
|
@ -1,3 +1,4 @@
|
|||
#!/usr/bin/env python
|
||||
import os
|
||||
|
||||
import jsonlines
|
||||
|
|
1
todb.py
Normal file → Executable file
1
todb.py
Normal file → Executable file
|
@ -1,3 +1,4 @@
|
|||
#!/usr/bin/env python
|
||||
import random
|
||||
from datetime import datetime
|
||||
|
||||
|
|
1
updater.py
Normal file → Executable file
1
updater.py
Normal file → Executable file
|
@ -1,3 +1,4 @@
|
|||
#!/usr/bin/env python
|
||||
from internetarchive import get_item, download
|
||||
|
||||
from models import *
|
||||
|
|
Loading…
Reference in a new issue