Skip to content

Commit 205aafc

Browse files
committed
update __init__.py
1 parent 70b64f2 commit 205aafc

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

python/thundersvm/__init__.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
#!/usr/bin/env python3
22
# -*-coding:utf-8-*-
33
"""
4-
* Copyright (C) 2018 OwnThink.
5-
*
64
* Name : __init__.py
75
* Author : Locke <[email protected]>
86
* Version : 0.0.1
97
* Description :
108
"""
119
name = "thundersvm"
12-
from .thundersvm import *
10+
from .thundersvm import *

0 commit comments

Comments
 (0)