Skip to content

Commit cf3cda2

Browse files
committed
Fixed includes
1 parent 515c5f4 commit cf3cda2

File tree

4 files changed

+9
-2
lines changed

4 files changed

+9
-2
lines changed

example/test.py

+9-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,9 @@
1-
from lmso-algorithm import lmso_algorithm
1+
#!/usr/bin/env python3
2+
# -*- coding: utf-8 -*-
3+
"""
4+
@author: Alexandru - George Rusu (2019). All Rights Reserved.
5+
"""
6+
from lmso_algorithm import algorithm
7+
8+
a = algorithm.lmso()
9+
b = algorithm.lmso()

lmso_algorithm/__init__.py

-1
Original file line numberDiff line numberDiff line change
@@ -1 +0,0 @@
1-
from .base import *
112 Bytes
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)