This commit is contained in:
pino 2022-08-15 21:13:19 +02:00
parent 23b5ab70d9
commit fc9580204f
3 changed files with 11 additions and 0 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
__pycache__/*
*.pyc

4
run.py Normal file
View File

@ -0,0 +1,4 @@
from utils import fetch
if __name__ == '__main__' :
fetch

5
utils/fetch.py Normal file
View File

@ -0,0 +1,5 @@
class __init__():
"""
eefefefefe
"""
print("eee")