diff --git a/src/PyGrammar.py b/PyGrammar/PyGrammar.py similarity index 100% rename from src/PyGrammar.py rename to PyGrammar/PyGrammar.py diff --git a/PyGrammar/__init__.py b/PyGrammar/__init__.py new file mode 100644 index 0000000..46d0e84 --- /dev/null +++ b/PyGrammar/__init__.py @@ -0,0 +1 @@ +from PyGrammar.PyGrammar import PyGrammar \ No newline at end of file diff --git a/src/__init__.py b/src/__init__.py deleted file mode 100644 index 1ad9ebe..0000000 --- a/src/__init__.py +++ /dev/null @@ -1 +0,0 @@ -from src.PyGrammar import PyGrammar