Added __all__ to allow for wildcard import
This commit is contained in:
parent
0a831bc004
commit
3bd19ca5a5
|
@ -39,4 +39,38 @@ from scrython.symbology import ParseMana
|
|||
from scrython.symbology import Symbology
|
||||
|
||||
#Import bulk-data
|
||||
from scrython.bulk_data import BulkData
|
||||
from scrython.bulk_data import BulkData
|
||||
|
||||
__all__ = [
|
||||
'Autocomplete',
|
||||
'Collector',
|
||||
'Id',
|
||||
'Mtgo',
|
||||
'Multiverse',
|
||||
'Named',
|
||||
'Random',
|
||||
'Search',
|
||||
'ArenaId',
|
||||
'Mtgo',
|
||||
'Multiverse',
|
||||
'Id',
|
||||
'Code',
|
||||
'Code',
|
||||
'Sets',
|
||||
'ArtifactTypes',
|
||||
'CardNames',
|
||||
'CreatureTypes',
|
||||
'EnchantmentTypes',
|
||||
'LandTypes',
|
||||
'Loyalties',
|
||||
'PlaneswalkerTypes',
|
||||
'Powers',
|
||||
'SpellTypes',
|
||||
'Toughnesses',
|
||||
'Watermarks',
|
||||
'WordBank',
|
||||
'ArtistNames',
|
||||
'ParseMana',
|
||||
'Symbology',
|
||||
'BulkData'
|
||||
]
|
Loading…
Reference in New Issue