Skip to content

Commit

Permalink
Added __all__
Browse files Browse the repository at this point in the history
  • Loading branch information
fmalina authored Nov 28, 2024
1 parent 3bfaf29 commit acf1f10
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bng_latlon/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
from bng_latlon.bng_to_latlon import OSGB36toWGS84
from bng_latlon.latlon_to_bng import WGS84toOSGB36

__all__ = ['OSGB36toWGS84', 'WGS84toOSGB36']

0 comments on commit acf1f10

Please sign in to comment.