Skip to content

Commit

Permalink
Re-structure folder (#21)
Browse files Browse the repository at this point in the history
* closes #18

* Remove comment
  • Loading branch information
rllola authored Nov 29, 2020
1 parent 10056ec commit 3204054
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion airbnb-scanner.pdy

Large diffs are not rendered by default.

Empty file removed data/__init__.py
Empty file.
1 change: 0 additions & 1 deletion src/application.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
import json
import scapy.all as scapy
import os
import data
import sys


Expand Down
5 changes: 1 addition & 4 deletions main.py → src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,7 @@
import sys
import os

# FIXME: Move main.py to src/
# BODY: Move main.py file to source folder.

from src.application import Application
from application import Application

def main():
print('Starting...')
Expand Down

0 comments on commit 3204054

Please sign in to comment.