Skip to content

Commit

Permalink
update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jiahuanluo committed May 29, 2019
1 parent 70b64f2 commit 205aafc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions python/thundersvm/__init__.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
#!/usr/bin/env python3
# -*-coding:utf-8-*-
"""
* Copyright (C) 2018 OwnThink.
*
* Name : __init__.py
* Author : Locke <luojiahuan001@gmail.com>
* Version : 0.0.1
* Description :
"""
name = "thundersvm"
from .thundersvm import *
from .thundersvm import *

0 comments on commit 205aafc

Please sign in to comment.