Skip to content

Commit 2c35efc

Browse files
fix bug in banner command
1 parent cad09fa commit 2c35efc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/interpreter.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
from utilities.color import * # import utilites
22
from utilities.screen_cleaner import clear # import utilites
3+
from core.banner import Banner # import banner
34
from core.main_completer import completer # completer import
45
from imp import reload # import reload function from imp module
56
from os import system

0 commit comments

Comments
 (0)