Skip to content

Commit

Permalink
modify __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeqfu committed Nov 10, 2020
1 parent abed80a commit 49fe58a
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions pyrcs/__init__.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
from ._line_data import *
from ._other_assets import *
from .collector import *

__all__ = ['_line_data', 'LineData', '_other_assets', 'OtherAssets']
__all__ = [
'collector', 'LineData', 'OtherAssets',
'Electrification', 'ELRMileages', 'LineNames', 'LocationIdentifiers', 'LOR', 'TrackDiagrams',
'Depots', 'Features', 'SignalBoxes', 'Stations', 'Tunnels', 'Viaducts']

__package_name__ = 'pyrcs'
__package_name_alt__ = 'PyRCS'
__version__ = '0.2.11'
__version__ = '0.2.12'
__author__ = u'Qian Fu'
__email__ = '[email protected]'
__description__ = "A web-scraping tool for collecting railway codes " \
"used in different UK rail industry systems."
__description__ = "A web-scraping tool for collecting railway codes used in different UK rail industry systems."

0 comments on commit 49fe58a

Please sign in to comment.