1
1
mirror of https://github.com/leon-ai/leon.git synced 2024-12-24 17:23:23 +03:00

refactor: remove Python shebangs

This commit is contained in:
louistiti 2023-05-24 20:32:43 +08:00
parent 25ab60e5a2
commit 4a7e77141e
No known key found for this signature in database
GPG Key ID: 92CD6A2E497E1669
35 changed files with 0 additions and 105 deletions

View File

@ -1,6 +1,3 @@
#!/usr/bin/env python
# -*- coding:utf-8 -*-
import utils
from traceback import print_exc
from sys import path

View File

@ -1,6 +1,3 @@
#!/usr/bin/env python
# -*- coding:utf-8 -*-
from json import loads, dumps
from pathlib import Path
from random import choice

View File

@ -1,6 +1,3 @@
#!/usr/bin/env python
# -*- coding:utf-8 -*-
import sys
import os
from json import loads

View File

@ -1,6 +1,3 @@
#!/usr/bin/env python
# -*- coding:utf-8 -*-
import utils
from ..lib import akinator, db

View File

@ -1,6 +1,3 @@
#!/usr/bin/env python
# -*- coding:utf-8 -*-
import utils

View File

@ -1,6 +1,3 @@
#!/usr/bin/env python
# -*- coding:utf-8 -*-
import utils
from ..lib import akinator, db

View File

@ -1,6 +1,3 @@
#!/usr/bin/env python
# -*- coding:utf-8 -*-
import utils
from ..lib import db

View File

@ -1,6 +1,3 @@
#!/usr/bin/env python
# -*- coding:utf-8 -*-
import utils

View File

@ -1,6 +1,3 @@
#!/usr/bin/env python
# -*- coding:utf-8 -*-
from random import randint
import utils

View File

@ -1,6 +1,3 @@
#!/usr/bin/env python
# -*- coding:utf-8 -*-
import random
import utils

View File

@ -1,6 +1,3 @@
#!/usr/bin/env python
# -*- coding:utf-8 -*-
import utils

View File

@ -1,6 +1,3 @@
#!/usr/bin/env python
# -*- coding:utf-8 -*-
from datetime import datetime
from random import randint

View File

@ -1,6 +1,3 @@
#!/usr/bin/env python
# -*- coding:utf-8 -*-
import utils
from ..lib import db

View File

@ -1,6 +1,3 @@
#!/usr/bin/env python
# -*- coding:utf-8 -*-
import utils
from ..lib import db

View File

@ -1,6 +1,3 @@
#!/usr/bin/env python
# -*- coding:utf-8 -*-
import utils
from random import randint

View File

@ -1,6 +1,3 @@
#!/usr/bin/env python
# -*- coding:utf-8 -*-
import requests
import utils
from ..lib import github_lang

View File

@ -1,6 +1,3 @@
#!/usr/bin/env python
# -*- coding:utf-8 -*-
def get_all():
return [
'1C Enterprise',

View File

@ -1,6 +1,3 @@
#!/usr/bin/env python
# -*- coding:utf-8 -*-
import requests
import utils

View File

@ -1,6 +1,3 @@
#!/usr/bin/env python
# -*- coding:utf-8 -*-
from time import time
import utils

View File

@ -1,6 +1,3 @@
#!/usr/bin/env python
# -*- coding:utf-8 -*-
from time import time
import utils

View File

@ -1,6 +1,3 @@
#!/usr/bin/env python
# -*- coding:utf-8 -*-
from time import time
import utils

View File

@ -1,6 +1,3 @@
#!/usr/bin/env python
# -*- coding:utf-8 -*-
from time import time
import utils

View File

@ -1,6 +1,3 @@
#!/usr/bin/env python
# -*- coding:utf-8 -*-
from time import time
import utils

View File

@ -1,6 +1,3 @@
#!/usr/bin/env python
# -*- coding:utf-8 -*-
from time import time
import utils

View File

@ -1,6 +1,3 @@
#!/usr/bin/env python
# -*- coding:utf-8 -*-
from time import time
import utils

View File

@ -1,6 +1,3 @@
#!/usr/bin/env python
# -*- coding:utf-8 -*-
from time import time
import utils

View File

@ -1,6 +1,3 @@
#!/usr/bin/env python
# -*- coding:utf-8 -*-
# Questions are taken from: http://www.lrjj.cn/encrm1.0/public/upload/MBTI-personality-test.pdf
import utils

View File

@ -1,6 +1,3 @@
#!/usr/bin/env python
# -*- coding:utf-8 -*-
import utils
from ..lib import db

View File

@ -1,6 +1,3 @@
#!/usr/bin/env python
# -*- coding:utf-8 -*-
import utils
from time import sleep
from urllib import parse

View File

@ -1,6 +1,3 @@
#!/usr/bin/env python
# -*- coding:utf-8 -*-
import requests
import utils

View File

@ -1,6 +1,3 @@
#!/usr/bin/env python
# -*- coding:utf-8 -*-
# Give you information about your network speed
# Author: Florian Bouché
# Date: 2019-03-09

View File

@ -1,6 +1,3 @@
#!/usr/bin/env python
# -*- coding:utf-8 -*-
import requests
import os
import utils

View File

@ -1,6 +1,3 @@
#!/usr/bin/env python
# -*- coding:utf-8 -*-
import socket
import json

View File

@ -1,6 +1,3 @@
#!/usr/bin/env python
# -*- coding:utf-8 -*-
from sys import argv
import spacy
import geonamescache

View File

@ -1,6 +1,3 @@
#!/usr/bin/env python
# -*- coding:utf-8 -*-
import os
from os.path import join, dirname
from dotenv import load_dotenv