fixed init loading and have started porting the parser

This commit is contained in:
Benjamyn Love 2018-08-30 02:18:36 +10:00
parent 17aec68fb3
commit 01e2e50ce7
2 changed files with 2 additions and 2 deletions

View File

@ -9,4 +9,4 @@
from .whois import Whois from .whois import Whois
# import flags # import flags
from . import flags from . import flags
import parser from . import parser

View File

@ -6,7 +6,7 @@
# \ \_\ \ \_\ \_\\ \_\ \_\\/\_____\\ \_____\\ \_\ \_\ # \ \_\ \ \_\ \_\\ \_\ \_\\/\_____\\ \_____\\ \_\ \_\
# \/_/ \/_/\/_/ \/_/ /_/ \/_____/ \/_____/ \/_/ /_/ # \/_/ \/_/\/_/ \/_/ /_/ \/_____/ \/_____/ \/_/ /_/
import error from . import error
import re import re
import sys import sys
import os import os