Move mtgsdk from cardvault module.
This commit is contained in:
20
mtgsdk/__init__.py
Normal file
20
mtgsdk/__init__.py
Normal file
@@ -0,0 +1,20 @@
|
||||
#!/usr/bin/env python
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
# This file is part of mtgsdk.
|
||||
# https://github.com/MagicTheGathering/mtg-sdk-python
|
||||
|
||||
# Licensed under the MIT license:
|
||||
# http://www.opensource.org/licenses/MIT-license
|
||||
# Copyright (c) 2016, Andrew Backes <backes.andrew@gmail.com>
|
||||
|
||||
from mtgsdk.config import __version__, __pypi_packagename__, __github_username__, __github_reponame__, __endpoint__
|
||||
from mtgsdk.card import Card
|
||||
from mtgsdk.set import Set
|
||||
from mtgsdk.supertype import Supertype
|
||||
from mtgsdk.subtype import Subtype
|
||||
from mtgsdk.type import Type
|
||||
from mtgsdk.changelog import Changelog
|
||||
from mtgsdk.restclient import RestClient
|
||||
from mtgsdk.restclient import MtgException
|
||||
from mtgsdk.querybuilder import QueryBuilder
|
||||
Reference in New Issue
Block a user