Commit 7b856c33 by Owo Sugiana

Penggunaan pkgutil

1 parent 73562ebe
......@@ -2,3 +2,4 @@ dist
build
*egg-info
test-*
__pycache__
0.2 2021-10-29
--------------
- Penggunaan pkgutil agar fleksibel saat pip install -e
0.1.8 2020-10-02
----------------
- Penyederhanaan rumus StanGenerator
......
__path__ = __import__('pkgutil').extend_path(__path__, __name__)
__path__ = __import__('pkgutil').extend_path(__path__, __name__)
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!