Changed import from .Stack to stack

This commit is contained in:
Mikael Souza 2018-12-17 10:44:38 -04:00
parent eb5ccd5bda
commit 2d082cf19c

View File

@ -1,6 +1,6 @@
from __future__ import print_function
from __future__ import absolute_import
from .Stack import Stack
from stack import Stack
__author__ = 'Omkar Pathak'